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

VSCode 1.92 opens an empty file when breaking on errors from C functions #40

Open
midouest opened this issue Aug 22, 2024 · 0 comments
Open

Comments

@midouest
Copy link
Owner

Reproduction:

  1. Update to VSCode 1.92+
  2. Add an error("oops") call in playdate.update
  3. Debug the project

Expected:
The debugger pauses on the line of the error function call. The error function call is highlighted in the call stack.

Actual:
The debugger opens a new file titled "." with the contents "Could not load source '': Source path not found..". "{C function}" is highlighted in the call stack.

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

1 participant