-
Notifications
You must be signed in to change notification settings - Fork 84
Debugger Issue #133
Copy link
Copy link
Open
Labels
debuggerFeatures/issues for debugger with vscodeFeatures/issues for debugger with vscodeinvestigationNeeds some investigationNeeds some investigation
Metadata
Metadata
Assignees
Labels
debuggerFeatures/issues for debugger with vscodeFeatures/issues for debugger with vscodeinvestigationNeeds some investigationNeeds some investigation
Type
Projects
Status
No status
Same issue with #104 but i can get behind that. however when i try to put breakpoints in a file that is not on the same level as the cwd path vscode is not able to trigger it. i have some workaround by creating esbuild plugin to ensure all build files are on the same level as cwd path while preserving imports.
here is my launch settings