Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Information: Remote Debuggin Ninja Trader and Symbols

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

    Information: Remote Debuggin Ninja Trader and Symbols

    If you wish to remote debug NinjaTrader custom scripts, when you attach the debugger you must find the correct location for the PDB or you won't be able to set breakpoints. NinjaTrader compiles the scripts into a DLL that is stored in the TMP folder as part of the NinjaTrader8 folder in the users Documents.
    1. Install the Visual Studio remote debugging tools on the PC running NinjaTrader
    2. Share off the NinjaTrader8 folder in the users directory so the PC with Visual Studio can access it.
    3. From within Visual Studio, use Attach To Process, and find the NinjaTrader instance on the remote machine.
    4. Bring up the Modules window, and do a search for the TMP. This will show you a DLL that has something that looks like a GUID for a name. Right click and load symbols.a
    5. Right click on this module
    6. Select Load Symbols
    7. Browse to the shared network folder and find the TMP location.
    There may be simpler methods to get this to work, but the key is that the TMP folder is what hosts the ..PDB for the compiled .DLL containing the scripts to be debugged.

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 Geovanny Suaza  
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
0 responses
324 views
1 like
Last Post Geovanny Suaza  
Started by Mindset, 02-09-2026, 11:44 AM
0 responses
101 views
0 likes
Last Post Mindset
by Mindset
 
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
0 responses
545 views
1 like
Last Post Geovanny Suaza  
Started by RFrosty, 01-28-2026, 06:49 PM
0 responses
547 views
1 like
Last Post RFrosty
by RFrosty
 
Working...
X