A
Andrew Ducker
I have an application that has to take numerous different command line
options. I wrote an app launcher to call into it (by creating a
process, setting the filename/arguments and then starting it).
However, while my debugging goes into the app launcher, it doesn't
follow into the application itself. Is there any way to make it do so,
other than attaching to the process once its running (which is
incredibly slow).
Cheers,
Andy D
options. I wrote an app launcher to call into it (by creating a
process, setting the filename/arguments and then starting it).
However, while my debugging goes into the app launcher, it doesn't
follow into the application itself. Is there any way to make it do so,
other than attaching to the process once its running (which is
incredibly slow).
Cheers,
Andy D