Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Attaching Notepad++ to NinjaTrader

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Attaching Notepad++ to NinjaTrader

    Hello,

    For some reason I'm having extreme difficulty with this - attaching Notepad++ to Ninjatrader in order to debug code.
    • I've set NT to debug mode within a strategy that I've edited;
    • Using CS-script for Notepad++, I've attached Ninjatrader.exe as the external process;
    • When subsequently running a backtest using Strategy Analyzer, none of the code breaks as I've instructed in Notepad++.


    Do any of the devs here have experience debugging Ninjatrader scripts with Notepad++ and can help me out?

    Thanks in advance!

    #2
    Hello,

    Thank you for the post.

    I tried installing the mentioned plugin but It seems to only throw exceptions for me in notepad++ before I can even select a process to attach to.

    I have not used notepad++ for debugging myself before, but in general the steps in the correct order for debugging would be:

    Enable Debug mode.
    Compile to generate the pdb.
    Attach the debugger
    Apply and enable the strategy.

    If you are doing the attach in a different order it may effect the break points, or at least can in visual studio.

    If you are not opposed to using visual studio I would suggest using the free community edition as many users on the forum use visual studio and you will find much more information regarding debugging with visual studio.

    If any other users have had success in using the mentioned plugin with notepad++ for attaching and debugging, I would hope they can post their knowledge on the subject as well.


    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    169 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    326 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    251 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    353 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    180 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X