Hi, 

Is there way to debug a backtest in visual studio? I'm using the "Debug" tab in Lab in web. but as a developer I feel more confortable with debugging in Visual Studio. Also I'm getting this error to see the debug logs in web "You currently have a maximum of 10kb of log data per backtest, and 3072kb total max per day"

I just see these 2 options on any Algo file right click, 

96015_1582911768.jpg

I could not find any instruction to debug a particular algo backtest in these links 

https://www.quantconnect.com/blog/new-to-quantconnect-debugging-now-live-in-the-algo-lab/

https://www.quantconnect.com/docs/key-concepts/developing-in-the-ide#Developing-in-the-IDE-Backtesting-Your-Algorithm 

Author