Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Debugging child process from inject
LegacyForum
Posts: 1,664 ✭✭
Debug child process from inject?
Hello,I've been using the "Debug child processes" flag in insra (in File > Run dialog) to debug a console application on Windows.
I would like to do something similar with inject on the command line.
I looked through the docs and couldn't find any inject option to do this.
Thanks in advance,
David
0
Comments
-
David,
Great question. inject takes a ''-children' flag to debug child processes.
> inject -children aparent.exe0