Skip to content

Commit

Permalink
fix: punch CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Oct 4, 2023
1 parent d87d3c0 commit 366a43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ We then adapted the integration code to the following:

After evaluating that snippet (`C-x C-e` whilst at the end of the expression), we opened an EmbeJS project. Being in web-mode this requested us to launch ELS. The ELS launch hangs at this point, because the `--inspect-brk` option does not continue evaluating until we press play in the inspector (see next).

As ELS had launched, we visited chrome://inspect from within Brave, and launched the debugger. We enabled "Pause on Exceptions" as that was the specific case we were interested in. Then we pressed "Resume script execution" (which you'd likely identify as the play/pause button).
As ELS had launched, we visited `chrome://inspect` from within Brave, and launched the debugger. We enabled "Pause on Exceptions" as that was the specific case we were interested in. Then we pressed "Resume script execution" (which you'd likely identify as the play/pause button).

After our debugging session was over, we evaluated the first `lsp-register-client` once again, so future sessions would not have debugging enabled and start without having the debugger attached.

0 comments on commit 366a43f

Please sign in to comment.