up vote 0 down vote favorite
share [g+] share [fb]

I have a app that I have the source for but cannot debug. (It takes a version of Delphi that I don't have on my computer.)

That app launches another app (that I can debug). I need some way to see the parameters used to launch the second app. (The params are causing it to crash before I can attach a debugger.)

Is there a tool that will let me kinda debug an app (for the first) or tool that will let me see how a app was launched (for the second app)?

link|improve this question

66% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Sysinternals Process Explorer will let you see the command line that launched any process on your system.

link|improve this answer
I use that tool all the time, but did not think of it for this! Thanks. – Vaccano Feb 26 '10 at 18:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.