Closed tgummerer closed 2 months ago
We can do this by attaching netcoredbg to the running process, and sending it a command, so the process realizes a debugger is attach. We're using the thread-info command here, since that's one that works after a bit of experimentation.
Fixes https://github.com/pulumi/pulumi-dotnet/issues/345
We can do this by attaching netcoredbg to the running process, and sending it a command, so the process realizes a debugger is attach. We're using the thread-info command here, since that's one that works after a bit of experimentation.
Fixes https://github.com/pulumi/pulumi-dotnet/issues/345