-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Debugger stops working on release 2.45.25 #81
Comments
Could you provide more info about your environment and scenario? |
Hi @muhammadsammy ! Here is the repo I'm using to test it: https://github.com/rafaeltuelho/devspaces-dotnet-web-api-sample |
We have confronted same issue and same error as "terminal will be reused by tasks press any key to close it" while we are trying to use debugger with version 2.45.25 with dotnet 7.0 and dotnet 6.0 at Openshift Devspaces (Eclipse Che). After downgrading from 2.45.25 to 2.39.29, dubegger function works. |
Seems the problem with the environment. Netcoredbg used in 2.45.25 requires GLIBCXX_3.4.30:
|
Tested using a Container image based on Fedora:42 and it works as Fedora provides new versions of the |
The debugger is not working anymore after upgrading to the latest release (2.45.25). I was not able to find/see any error msg as evidence to paste here. But the debugger doesn't work anymore.
The text was updated successfully, but these errors were encountered: