1

The context involves trying to debug a Fody addin (MsBuild task).

Using System.Diagnostics.Debugger.Launch(); only prompts me with Visual Studio debuggers.

1 Answer 1

1

I'm not aware of any UIs that might help you configure this directly. However, you can achieve this by modifying the same registry key mentioned in this MSDN post: Disable Just-In-Time Debugging from the Windows Registry to point to VSCode's debugger instead.

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.