albertziegenhagel / childdebugger-vscode

VS Code extension to auto-attach a debugger to child processes for `cppvsdbg`.
MIT License
7 stars 0 forks source link

Tests #15

Closed albertziegenhagel closed 3 months ago

albertziegenhagel commented 3 months ago

Add some first integration tests.

Includes a fix in the VS Debug Engine Extension for creating the child process data item. Without that fix the debugger could crash when it tried to skip the initial breakpoint.

Resolves #10