-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for debugger mode (WIP) #4
Commits on Aug 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2efb065 - Browse repository at this point
Copy the full SHA 2efb065View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b643c - Browse repository at this point
Copy the full SHA b1b643cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4bd3d - Browse repository at this point
Copy the full SHA 1f4bd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 950805f - Browse repository at this point
Copy the full SHA 950805fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4deef - Browse repository at this point
Copy the full SHA 2d4deefView commit details -
Configuration menu - View commit details
-
Copy full SHA for e38d121 - Browse repository at this point
Copy the full SHA e38d121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc43a5 - Browse repository at this point
Copy the full SHA 7cc43a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c801e9e - Browse repository at this point
Copy the full SHA c801e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc9d1d - Browse repository at this point
Copy the full SHA 5dc9d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9988e34 - Browse repository at this point
Copy the full SHA 9988e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a1c57 - Browse repository at this point
Copy the full SHA 47a1c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e7fcb - Browse repository at this point
Copy the full SHA 94e7fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9025e68 - Browse repository at this point
Copy the full SHA 9025e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa28b2 - Browse repository at this point
Copy the full SHA 5aa28b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8d34e - Browse repository at this point
Copy the full SHA ab8d34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 455188c - Browse repository at this point
Copy the full SHA 455188cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b17e83e - Browse repository at this point
Copy the full SHA b17e83eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 907bf9c - Browse repository at this point
Copy the full SHA 907bf9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e9a08a - Browse repository at this point
Copy the full SHA 0e9a08aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36fffd0 - Browse repository at this point
Copy the full SHA 36fffd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba8de17 - Browse repository at this point
Copy the full SHA ba8de17View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53930b - Browse repository at this point
Copy the full SHA a53930bView commit details
Commits on Aug 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7b3a451 - Browse repository at this point
Copy the full SHA 7b3a451View commit details
Commits on Aug 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fa16ce7 - Browse repository at this point
Copy the full SHA fa16ce7View commit details
Commits on Sep 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 83c0fdb - Browse repository at this point
Copy the full SHA 83c0fdbView commit details -
More graceful handling when
dlv
isn't foundPreviously using `:GoDebugStart` without `dlv` installed would give the error: E117: Unknown function: go#debug#Start Which is not very clear. With this it's: vim-go: could not find 'dlv'. Run :GoInstallBinaries to fix it Which is a lot better :-)
Configuration menu - View commit details
-
Copy full SHA for d6c6f8a - Browse repository at this point
Copy the full SHA d6c6f8aView commit details -
Put the
highlight
commands inside aColorScheme
autocmdOtherwise they will be lost when the using `:colorscheme` and some other commands.
Configuration menu - View commit details
-
Copy full SHA for e882da2 - Browse repository at this point
Copy the full SHA e882da2View commit details -
Inheriting it from the colour scheme is problematic, since it can be anything. In my case (the default colour scheme), it's black. Black on dark blue is hard to read :-)
Configuration menu - View commit details
-
Copy full SHA for cd4b424 - Browse repository at this point
Copy the full SHA cd4b424View commit details -
Show paths relative to current working directory when it makes sense
I think this makes more sense? No need for a long path for e.g. `a.go`. Stuff like e.g. `/usr/lib/go/src/runtime/proc.go` is still shown as the full path.
Configuration menu - View commit details
-
Copy full SHA for c8c46c4 - Browse repository at this point
Copy the full SHA c8c46c4View commit details -
Add g:go_debug_windows setting
To allow folk to configure their own window layout, or even hide certain windows.
Configuration menu - View commit details
-
Copy full SHA for b2d6b37 - Browse repository at this point
Copy the full SHA b2d6b37View commit details -
Add g:go_debug_address setting
In case folk already have something running on port 8181 or something
Configuration menu - View commit details
-
Copy full SHA for bb6c5a6 - Browse repository at this point
Copy the full SHA bb6c5a6View commit details -
Merge pull request #1 from Carpetsmoker/godebug
Some small improvements for GoDebug
Configuration menu - View commit details
-
Copy full SHA for de8dd2c - Browse repository at this point
Copy the full SHA de8dd2cView commit details
Commits on Sep 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 150b41a - Browse repository at this point
Copy the full SHA 150b41aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 671f92b - Browse repository at this point
Copy the full SHA 671f92bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ef246 - Browse repository at this point
Copy the full SHA 06ef246View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5fd94b - Browse repository at this point
Copy the full SHA a5fd94bView commit details
Commits on Sep 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6882b79 - Browse repository at this point
Copy the full SHA 6882b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d617ec - Browse repository at this point
Copy the full SHA 8d617ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7dad89 - Browse repository at this point
Copy the full SHA a7dad89View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd9863c - Browse repository at this point
Copy the full SHA fd9863cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 452ff82 - Browse repository at this point
Copy the full SHA 452ff82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5c938 - Browse repository at this point
Copy the full SHA 3e5c938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ee809 - Browse repository at this point
Copy the full SHA 38ee809View commit details -
Previously it would error out with some undefined error.
Configuration menu - View commit details
-
Copy full SHA for 7ff065a - Browse repository at this point
Copy the full SHA 7ff065aView commit details -
Merge pull request #2 from Carpetsmoker/debug-compat
Display error for Vim 7.4
Configuration menu - View commit details
-
Copy full SHA for 4f9af24 - Browse repository at this point
Copy the full SHA 4f9af24View commit details -
Documentation for debugger mode
This sets up the structure for the documentation for the new debug mode; it's not 100% complete yet. I also added a bunch of TODOs There are a bunch of TODOs sprinkled around for stuff I noticed that behaved unexpected/buggy. I added it as a new section instead of putting it in the regular commands/etc. sections. This seemed to make the most sense to me personally: this way there is an obvious location for a "getting started" section, and we can keep the docs for :GoDebugStart as a short and to the point reference doc.It also avoids having to add "This command/mapping is only available after using :GoDebug" on all the commands. I can move stuff around if you want.
Configuration menu - View commit details
-
Copy full SHA for 7f2f9fa - Browse repository at this point
Copy the full SHA 7f2f9faView commit details