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 CaptainJack, 05-29-2026, 05:09 AM
0 responses
376 views
0 likes
Last Post CaptainJack  
Started by CaptainJack, 05-29-2026, 12:02 AM
0 responses
243 views
0 likes
Last Post CaptainJack  
Started by charlesugo_1, 05-26-2026, 05:03 PM
0 responses
208 views
1 like
Last Post charlesugo_1  
Started by DannyP96, 05-18-2026, 02:38 PM
1 response
294 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by CarlTrading, 05-11-2026, 05:56 AM
0 responses
254 views
0 likes
Last Post CarlTrading  
Working...
X