Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Debugging with Visual Studio 2013 Not Working
Collapse
X
-
Debugging with Visual Studio 2013 Not Working
Hi there. I've been doing a lot of debugging successfully with Visual Studio 2012. I just recently have been trying out Visual Studio 2013 for development but it seems that Debugging NinjaTrader with it is broken as no exceptions thrown in NinjaTrader are caught by Visual Studio, and no breakpoints are hit. Anyone else run into this? -
Hello tickleboy,
Thank you for your post.
We do support debugging in Visual Studio but nothing more as far as development. You can find a forum thread on Big Mike's Trading on Visual Studio development at the following link: https://www.bigmiketrading.com/ninja...0-dummies.html
What exceptions and break points are you trying to catch?
-
All breakpoints are not picked up by Visual Studio. If you put a breakpoint at the start of OnBarUpdate in the SampleMACrossOver strategy provided by NinjaTrader, after attached Visual Studio to the NinjaTrader process and then running the strategy in the Strategy Analyzer, the breakpoint is never hit.Originally posted by NinjaTrader_PatrickH View PostHello tickleboy,
Thank you for your post.
We do support debugging in Visual Studio but nothing more as far as development. You can find a forum thread on Big Mike's Trading on Visual Studio development at the following link: https://www.bigmiketrading.com/ninja...0-dummies.html
What exceptions and break points are you trying to catch?
Thing was, it was working perfectly. The upgrade to VS2013 has changed something.....
Comment
-
Remember to check Debug option on script in NinjaTrader editor
I was running into the same problem trying to debug code for the first time from Visual Studio 2013. Worked for me once I remembered to check the Debug option in the code editor for my script in NinjaTrader.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
546 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment