Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 848 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 848 Bytes

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