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

Error after disabling sourcemapped stepping #1819

Closed
joyceerhl opened this issue Sep 26, 2023 · 1 comment · Fixed by #1820
Closed

Error after disabling sourcemapped stepping #1819

joyceerhl opened this issue Sep 26, 2023 · 1 comment · Fixed by #1820
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@joyceerhl
Copy link
Contributor

Testing microsoft/vscode#194071

  1. Have a breakpoint in a .wat file
  2. Run command to disable sourcemaps
  3. Step
  4. 🐛 get this error:
Error processing next: Error: Error: InternalError: Unknown URL http://localhost:3000/fibonacci.wat at WorkerRPC.onmessage (c:\Users\huer\.vscode-insiders\extensions\ms-vscode.wasm-dwarf-debugging-1.0.0\dwarf-debugging\index.js:142:18) at Worker.<anonymous> (c:\Users\huer\.vscode-insiders\extensions\ms-vscode.wasm-dwarf-debugging-1.0.0\dwarf-debugging\index.js:154:53) at Worker.emit (node:events:513:28) at Worker.emit (node:domain:489:12) at MessagePort.<anonymous> (node:internal/worker:234:53) at MessagePort.[nodejs.internal.kHybridDispatch] (node:internal/event_target:735:20) at MessagePort.exports.emitMessage (node:internal/per_context/messageport:23:28)
@connor4312 connor4312 transferred this issue from microsoft/vscode Sep 26, 2023
@connor4312 connor4312 added the bug Issue identified by VS Code Team member as probable bug label Sep 26, 2023
@connor4312
Copy link
Member

Good find

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants