Closed dbreese closed 2 years ago
Checked out and followed directions to build and link both https://github.com/forcedotcom/lightning-language-server.git and https://github.com/forcedotcom/salesforcedx-vscode.
After building successfully and launching the app with extension, I can't set any breakpoints - any breakpoints I add are shown as “Unbound breakpoint” in VSCode as in the following image.
Breakpoints should work.
"Unbound breakpoint" is shown in VSCode, so it is not possible to use debugger and have to resort to console.logs().
This issue has been linked to a new work item: W-10537405
lightning-language-server is now debuggable!
Summary
Checked out and followed directions to build and link both https://github.com/forcedotcom/lightning-language-server.git and https://github.com/forcedotcom/salesforcedx-vscode.
After building successfully and launching the app with extension, I can't set any breakpoints - any breakpoints I add are shown as “Unbound breakpoint” in VSCode as in the following image.
Steps To Reproduce:
Expected result
Breakpoints should work.
Actual result
"Unbound breakpoint" is shown in VSCode, so it is not possible to use debugger and have to resort to console.logs().
Additional information