Log in
About MyKardz
Debugging modes, VS Code
Tags: vscode
Shared by:
joubin
Created on: Aug 09 2019 (Fri) @ 10:39 AM
In VS Code, there are two core debugging modes,
Launch
and
Attach
.
Starting in the browser
When you open DevTools in a browser, you are
attaching
DevTools to the open browser tab.
Starting in the code editor
The editor
launches
your process, and it automatically
attaches
its debugger to the newly launched process.
References:
https://code.visualstudio.com/Docs/editor/debugging#_launch-configurations