Skip to content

Commit 5172ef8

Browse files
committed
catchsegv: Debug child processes too.
1 parent 4b72b78 commit 5172ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/catchsegv/catchsegv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ main(int argc, char** argv)
310310
NULL, // lpProcessAttributes
311311
NULL, // lpThreadAttributes
312312
TRUE, // bInheritHandles
313-
DEBUG_ONLY_THIS_PROCESS,
313+
DEBUG_PROCESS,
314314
NULL, // lpEnvironment
315315
NULL, // lpCurrentDirectory
316316
&StartupInfo,

0 commit comments

Comments
 (0)