Questions tagged [vsjitdebugger]
6 questions
6
votes
1 answer
Breakpoints not Working when Using vsjitdebugger to Attach Debugger
I have a C# application that is using vsjitdebugger to attach a debugger to another process using its pid, like this:
vsjitdebugger -p {pid}
When I do this the debugger selector pops up, and I pick the instance of Visual Studio that has the project…

TWA
- 12,756
- 13
- 56
- 92
3
votes
0 answers
Visual Studio Just In Time Debugger Returns Exit Code 0
I am writing negative tests for my CI and I have one which aborts the process by dereferencing a null pointer. Now for this situation I expect an exit code of -1073741819 but when I have JIT debugger running it ends up returning an exit code of…

Matthew Berends
- 49
- 5
2
votes
1 answer
Attach managed debugger to .NET Core sub-process in C# code
I have a .NET Core 2.0 C# program that starts another .NET Core 2.0 C# program. I want to automatically attach the VS 2017 debugger to the sub-process, either as soon as it starts or at a certain point in its execution.
I tried adding a…

EM0
- 5,369
- 7
- 51
- 85
1
vote
1 answer
How To Fix “The Debugger you selected cannot be started” (2)
This question is a duplicate of another question with the same name, but with a different context and none of those suggestions worked for me.
I have a few processes which I start with a "-debug" command line argument which instructs those processes…

Martin Lottering
- 1,624
- 19
- 31
0
votes
1 answer
Visual Studio and Post-mortem debugging
I would like to know how vsjitdebugger.exe can cause a particular running instance of Visual Studio to be used to debug a process.
Background: currently vsjitdebugger.exe is set as the executable run whenever there is a "debug break" - i.e. in C#…

Adrian S
- 514
- 7
- 16
0
votes
0 answers
Just In Time Debugger visual studio 2015
Hi i have build a windows form application at visual studio 2015 in my desktop that works just fine and i am using the jit debugger with the comand in visual studio to get rid of some error messages.
The…

dim mik
- 939
- 1
- 10
- 30