-
Notifications
You must be signed in to change notification settings - Fork 3
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
Path error when debugger tries to open source file in Codespaces #9
Comments
I'll investigate. Out of interest, are you building the binary in the codespace or somewhere else? |
I'm building it in the Codespace. |
This is very frustrating. I think it's a bug in codespaces and github.dev regarding their file schemes. This used to work, so is a recent regression. I'll need to create a reproducer and file an issue with GitHub |
Thanks for raising this issue! |
@riestmo We've released an update to the debug extension this morning which could fix this issue. Could you confirm if you see any improvement? |
Thanks for the update @thegecko ! I can confirm that the issue is fixed with the latest release v0.9.0. |
Nice! Sorry about the delay |
Type: Bug Report
Describe the bug
When starting a debug session in Github Codespaces, the debugger starts successfully and runs to main using the default setting for "debugFrom". However, it fails to open the main.c file as shown below.
I suspect it's a similar scheme issue as discussed in #7 (comment)
Expected behavior
The debugger opens the C file once a breakpoint is hit.
The text was updated successfully, but these errors were encountered: