Skip to content

findleyr/gophercon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Debugger Treasure Hunt

This project is designed to help you get familiar with different debugging features while you go on an adventure with the Go gopher to find a lost treasure!

Treasure hunting in other editors

Because delve speaks the Debug Adapter Protocol, you can go treasure hunting in many other editors, too!

For example, to get started debugging in Vim:

  1. Install the vimspector plugin.
  2. Open main.go and :call vimspector#Launch(). This will run the run-dap launch configuration in .vimspector.json. See the vimspector documentation for more information on debugging in vim, including setting up key bindings.

Spoilers below!

Debugging in Vim

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.6%
  • HTML 11.4%