Skip to content
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

Open
rafaeltuelho opened this issue Sep 24, 2024 · 5 comments
Open

Debugger stops working on release 2.45.25 #81

rafaeltuelho opened this issue Sep 24, 2024 · 5 comments

Comments

@rafaeltuelho
Copy link

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.

@muhammadsammy
Copy link
Owner

Could you provide more info about your environment and scenario?
I tested it on VSCodium for Linux and it works fine.

@rafaeltuelho
Copy link
Author

Hi @muhammadsammy !
I am using it on a containerized environment using Eclipse Che. The VSCode runs on a RHEL based image (UBI9 with .NET 8 runtime/sdk).

Here is the repo I'm using to test it: https://github.com/rafaeltuelho/devspaces-dotnet-web-api-sample
here is a quick recording.
dotnet-vscode

@orkunevran
Copy link

Hi @muhammadsammy ! I am using it on a containerized environment using Eclipse Che. The VSCode runs on a RHEL based image (UBI9 with .NET 8 runtime/sdk).

Here is the repo I'm using to test it: https://github.com/rafaeltuelho/devspaces-dotnet-web-api-sample here is a quick recording. dotnet-vscode dotnet-vscode

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.

@svor
Copy link

svor commented Sep 25, 2024

Seems the problem with the environment. Netcoredbg used in 2.45.25 requires GLIBCXX_3.4.30:

/checode/remote/extensions/muhammad-sammy.csharp-2.45.25-universal/.debugger/netcoredbg/netcoredbg: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /checode/remote/extensions/muhammad-sammy.csharp-2.45.25-universal/.debugger/netcoredbg/netcoredbg)

@rafaeltuelho
Copy link
Author

Tested using a Container image based on Fedora:42 and it works as Fedora provides new versions of the libstdc++ required by the new release of this extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants