-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Closed
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded
Milestone
Description
Breakpoint are hit on second run.
Prerequisites:
- rust toolchain on latest
- wasm32-unknown-unknown target installed
Steps to reproduce
- clone https://github.com/microsoft/vscode-extension-samples.git
- cd wasm-component-model
- npm install
- npm run build
- open VS Code
- launch Run Example
- Set a breakpoint in lib.rs line 13
- Execute
Sample: Run Calc Service - Observe: breakpoint is not hit
- Execute the command again
- Observe: breakpoint is hit
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded