feat: support ModuleConfiguration for ms-vscode.wasm-dwarf-debugging#2185
feat: support ModuleConfiguration for ms-vscode.wasm-dwarf-debugging#2185CPunisher wants to merge 1 commit intomicrosoft:mainfrom
ms-vscode.wasm-dwarf-debugging#2185Conversation
|
@microsoft-github-policy-service agree |
|
I think we can also merge the configuration into |
|
|
I agree that it's good to keep only one way to map paths. I should appologize for my inaccurate statement:
Let me clarify my issue. There is actually a bug in the I have tried to add |
Matches what we did for microsoft/vscode-dwarf-debugging-ext#7, but for Node too. Closes #2185
Issue microsoft/vscode-dwarf-debugging-ext#7 gives a solution of path substitutions in browser. But it doesn't work when debugging webassembly in nodejs. I wonder why we cannot directly add a configuration. Here it is.
Docs and descriptions come from the jsdocs in
@vscode/dwarf-debugging/chrome-cxx/mnt/extension/ModuleConfiguration