ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Go​Gdb

by centny ALL

Golang GDB integration with Sublime Text 2

Labels go

Details

  • 2014.04.22.04.23.07
    2013.08.20.09.01.41
  • github.​com
  • github.​com
  • 10 years ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 12K
  • Win 7K
  • Mac 3K
  • Linux 2K
Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10
Windows 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Mac 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 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 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