I would like to use VS2008 to debug my strategy.
Procedures as follows:
1) open the strategy .cs file in VS2008
2) setup breakpoint in .cs files
2) open ninjatrader
3) attach from within VS2008 to ninjatrader.exe process
4) backtest the strategy in VS2008
However, it seems that the debug not work as it doesn't stop on the breakpoint. Could you please kindly advices ?
Any steps need to perform in order to debug ninjatrader 7 strategy in VS2008 ?

Comment