Equivalent to vsjitdebugger.exe? #11919
Unanswered
thundercarrot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Windows if a program does not handle an exception, you can have vsjitdebugger.exe run which allows attaching the process to one of a number of available debuggers (see below image). Is this possible with VS Code cpptools? I was looking for a way to modify Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
which on my system is set to "C:\Windows\system32\vsjitdebugger.exe" -p %ld -e %ld -j 0x%p
but I do not see a way to run VS Code and attach a debugger from the commandline.
Beta Was this translation helpful? Give feedback.
All reactions