Skip to content

lloiser/debug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debug Build Status Build status

debug allows you to debug your code using debug providers.

How to add a new debugger

API.md

Key bindings

  • f5 runs the current package (dlv debug)
  • ctrl-f5 runs the current package tests (dlv test)
  • shift-f5 restarts the current delve session (r / restart)
  • f6 stops delve (exit / quit / q)
  • f8 continue the execution (c / continue)
  • f9 toggle breakpoint
  • f10 step over to next source line (n / next)
  • f11 step into functions (s / step)
  • cmd-k cmd-g (mac) / ctrl-k ctrl-g (others) toggles the main panel

About

Allows Apps To Be Debugged Using Debug Providers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%