Hi Guys..
I need to know how to debug the 'main' of an exe using dbx. i cant put a 'sleep' and recompile it. For example in windows using visual .Net i can do something like
>devenv /debugexe xyz.exe
This will bring up the exe in debugmode. i need the equivalent of this in dbx. till now i first bring up the process and then attach it using 'attach' command.