Best way to introspect or explore/browse Python Object when working with QC Algorithms?
Like something similar to JSON.stringify in Javascript. I tried str(Data) and str(OrderTicket) but all I got was nicer strings like
QuantConnect.Data.Slice
<main.CurrPairs object at 0x7fe73e04fc18>
OrderId: 1 (BrokerId: 1) Filled Market order for 1000 units of EURGBP
How best to debug Algo execution/backtest? How to set breakpoints and data watch? Any tutorials for that? How to step-into and continue? Also, it seems there is one minute maximum timelimit for waiting.. Am I missing something?
PS: I am using python as prefered language.
Thank you in advance.
Rahul Chowdhury
Hey Shailesh,
The QuantConnect IDE actually has a built-in debugger. You can find it on the top right hand corner of any project open in the IDE. Here you can set breakpoints by clicking to the left of the line number you want to break at. You can also watch any variables of interest by placing them on the watchlist.
Learn more about our debugger here:
https://www.quantconnect.com/blog/new-to-quantconnect-debugging-now-live-in-the-algo-lab/
Best
Rahul
Shailesh Raval
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!