General Question Debuging with Orbiter_ng.exe

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
11,318
Reaction score
2,786
Points
203
Location
between the planets
I notice that when I run orbiter_ng.exe from visual studio, the debuger doesn't actually link up to it. It starts orbiter, but as soon as the launchpad appears visual studio terminates executing the code. Is there a way to debug my dll while runing it in Orbiter_ng.exe?
 
Set:
  • Command: $(OrbiterDir)\Modules\Server\orbiter.exe
  • Working directory: $(OrbiterDir)

Note: $(OrbiterDir) is a value of OrbiterDir macro set by inherited Orbiter property sheets, but you can replace it with path to Orbiter, if you don't use Orbiter Visual Studio property sheets (Orbitersdk\resources).
 
Back
Top