albertziegenhagel / childdebugger-vscode

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

Add support for remaining child process creation APIs #6

Closed albertziegenhagel closed 1 month ago

albertziegenhagel commented 2 months ago

Currently we do only intercept calls to the WIN32 API function CreateProcessA and it's unicode variant CreateProcessW.

We should add support for the remaining functions (that I know of), namely:

albertziegenhagel commented 1 month ago

Support for CreateProcessAsUserA and CreateProcessAsUserW was added in albertziegenhagel/childdebugger-concord#8.