Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 673 Bytes

debugger-launch-attach-ui.md

File metadata and controls

12 lines (7 loc) · 673 Bytes

Debugger: Launch / Attach UI

Debugger: Launch / Attach UI

Use the debugger:show-launch-dialog or debugger:show-attach-dialog commands to launch or attach your debugger with the needed options.

Launch/Attach options will be persisted through multiple debug sessions and various debuggers in localStorage.

Debugger integrations' Launch/Attach UI, can be generate - given properties - using: AutoGenLaunchAttachProvider.

After clicking Launch/Attach, the debugging session is started & users may step, pause, restart ..etc.