I got some issues while debugging with NT8 by using VS2022..does anyone can help?
Here are my progress (I would like to debug for the temple strategy: SimpleMACrossOver
Step 1: Open NinjaScript, open 'SimpleMACrossOver', click debug mode.
Step 2: Open VS2022, and find SimpleMACrossOver, open it as well, adding breakpoints
Step 3: On NinjaScript, click compile
Step 4: On VS2022, attach the process to 'NinjaTrade.exe'
Step 5: Run backtest for SimpleMACrossOver on Ninjatrade station
As a result, the program on VS2022 is running, but never touch any breakpoint...I have no idea where is the mistake, any suggestion?
PS: I noticed that the XAML hot reload is unavialble on ninjatrader platform, however, I should enable it on VS already.

Comment