Using VisualStudio 2022, I'm able to launch WL8 using VisualStudio and it stops at breakpoints outside of functions (like variable initialization inside of "public class MyStrategy : UserStrategyBase" and the constructor), but I can't get it to stop at a breakpoint inside of "public override void Initialize(BarHistory bars)" or "public override void Execute(BarHistory bars, int index)" or even inside of "BacktestBegin" or "BacktestComplete".
Just wondering if someone else has run into this and if so, what they've done to get it working. I've tried everything I can think of (including rebooting) and it's got to be close. I'm just at a loss at this point. Thanks.
Just wondering if someone else has run into this and if so, what they've done to get it working. I've tried everything I can think of (including rebooting) and it's got to be close. I'm just at a loss at this point. Thanks.
Rename
I've never had a problem with that.
1. Run VS in Admin mode
2. Debug > Attach to Process... > WealthLab8.exe
1. Run VS in Admin mode
2. Debug > Attach to Process... > WealthLab8.exe
Your Response
Post
Edit Post
Login is required