fix electron frontend debug configuration#10101
Merged
paul-marechal merged 1 commit intoeclipse-theia:masterfrom Sep 16, 2021
Merged
fix electron frontend debug configuration#10101paul-marechal merged 1 commit intoeclipse-theia:masterfrom
paul-marechal merged 1 commit intoeclipse-theia:masterfrom
Conversation
1 task
For some reason TS files are loaded as `webpack://@theia/example-electron/*` in Electron's Chrome DevTools, and it confused VS Code's JS debugger. Add a `sourceMapPathOverride` to point the debugger to the right place on disk.
1158abe to
c22381f
Compare
Member
Author
|
If someone knows where this |
alvsan09
reviewed
Sep 16, 2021
Contributor
alvsan09
left a comment
There was a problem hiding this comment.
I have tested as per instructions and can confirm the solution works! 👍
@paul-marechal, how would you like to proceed as there is an existing proposed fix at #9827?
alvsan09
approved these changes
Sep 16, 2021
vince-fugnitto
approved these changes
Sep 16, 2021
Member
vince-fugnitto
left a comment
There was a problem hiding this comment.
I confirmed that I am able to debug the frontend code using the attach to electron frontend configuration 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For some reason TS files are loaded as
webpack://@theia/example-electron/*in Electron's Chrome DevTools, andit confused VS Code's JS debugger.
Add a
sourceMapPathOverrideto point the debugger to the right placeon disk.
Closes #9827
How to test
Launch Electron Backend & Frontenddebug configuration.Review checklist
Reminder for reviewers