Re: I Couldn't install geany-plugin-gdb in jessie.

2016-02-24 Thread Reco
Hi. On Wed, Feb 24, 2016 at 03:25:50PM +0800, EenyMeenyMinyMoa wrote: > Thank you, Reco. > After > $ sudo apt-get install geany-plugin-debugger > ,the Debug tab appeared at the below partof Geany. Just as planned ;) > In the "Build"/"Set Build Commands" menu, I've set > compile: gcc -Wa

Re: I Couldn't install geany-plugin-gdb in jessie.

2016-02-23 Thread EenyMeenyMinyMoa
Thank you, Reco. After $ sudo apt-get install geany-plugin-debugger ,the Debug tab appeared at the below partof Geany. In the "Build"/"Set Build Commands" menu, I've set compile: gcc -Wall -g -c "%f" build: gcc -Wall -g -o "%e" "%f" I tried to do debugging the following code for a test. #include

Re: I Couldn't install geany-plugin-gdb in jessie.

2016-02-22 Thread Reco
Hi. On Mon, 22 Feb 2016 16:21:31 +0800 EenyMeenyMinyMoa wrote: > Hi, > refering to > > https://packages.debian.org/search?lang=en&suite=all&searchon=names&keywords=geany-plugin-gdb > > I added the line > deb http://ftp.jp.debian.org/debian/ wheezy main > to /etc/apt/sources.list, and a

I Couldn't install geany-plugin-gdb in jessie.

2016-02-22 Thread EenyMeenyMinyMoa
Hi, refering to https://packages.debian.org/search?lang=en&suite=all&searchon=names&keywords=geany-plugin-gdb I added the line deb http://ftp.jp.debian.org/debian/ wheezy main to /etc/apt/sources.list, and apt-get updated, but I was not able to install geany-plugin-gdb. $ sudo apt-get install ge