We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The first attach is ok, and the subsequent attempts can not hit any breakpoints.
It looks like all right as the buttons all act as attached as below shown, but the callstack in the left of vscode is empty.
Maybe the disconnet operation is not set correctly ?
The text was updated successfully, but these errors were encountered:
I've exactly the same issue. Breakpoints 're only hit the first time I run the debugger.
Sorry, something went wrong.
Try adding
m_Session.Detach(); m_Session.Adaptor.Dispose();
after this line https://github.com/microsoft/vscode-mono-debug/blob/main/src/csharp/MonoDebugSession.cs#L447
No branches or pull requests
The first attach is ok, and the subsequent attempts can not hit any breakpoints.
It looks like all right as the buttons all act as attached as below shown, but the callstack in the left of vscode is empty.
Maybe the disconnet operation is not set correctly ?
The text was updated successfully, but these errors were encountered: