GoGdb
Golang GDB integration with Sublime Text 2
Details
Installs
- Total 12K
- Win 7K
- Mac 3K
- Linux 2K
Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
GoGdb Sublime Text 3 Plugin.
Description
Golang GDB plugin for Sublime Text 3,it modify base of https://github.com/quarnster/SublimeGDB.
if you have some question,send message to https://github.com/Centny/GoGdb/issues
For old version for ST2, see ST2-v1.0 tag
First,thanks quarnster's code of Gdb plugin.
Installation
- The easiest way to install GoGdb is via the excellent Package Control Plugin
- See http://wbond.net/sublime_packages/package_control/installation
- Once package control has been installed, bring up the command palette (cmd+shift+P or ctrl+shift+P)
- Type Install and select “Package Control: Install Package”
- Select GoGdb from the list. Package Control will keep it automatically updated for you
If you don't want to use package control, you can manually install it
- Go to your packages directory and type:see below manual install.
OSX: cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/ git clone https://github.com/Centny/GoGdb Linux: cd ~/.config/sublime-text-2/Packages git clone https://github.com/Centny/GoGdb
Back in the editor, open up the command palette by pressing cmd+shift+P or ctrl+shift+P
Type GoGdb and open up the settings file you want to modify
Windows Configure
download the gdb.
Usage
most of the features is sampe of https://github.com/quarnster/SublimeGDB,you can see it and configure by yourself.
new features: * debug the golang project. * debug the golang unit test. * build log view. * run command
for new features detail,see this article:How to configure golang develop environment with debug and unit test debug