Author Topic: remote debug toolset for codeblocks  (Read 10150 times)

Offline koangel

  • Single posting newcomer
  • *
  • Posts: 4
remote debug toolset for codeblocks
« on: June 07, 2012, 11:29:37 am »
hi,all
It's my first program for codebloks...

support ssh connection and remote build,debug...
u can complier app & .a and debug it from remote host...

this's like uniwin,but It's faster...

u need .net framework 4.0

thx report bug to me.thx  ;D  ;D

address:http://code.google.com/p/knl-remotedebug/downloads/list
« Last Edit: June 07, 2012, 11:41:49 am by koangel »

Offline koangel

  • Single posting newcomer
  • *
  • Posts: 4
Re: remote debug toolset for codeblocks
« Reply #1 on: June 07, 2012, 11:40:56 am »
sorry,It's not plugin...

config step:
1、u need run ConfigureTools.exe on first.
2、set ssh info and save it,
3、set directory maps and save it.
4、open your codeblocks,enter settings --> Compiler
5、choose Toolchain executables tabs
6、set Compiler's Installation directory to u r remote build directory,like: E:\WoringServer\remoteDebug\trunk\remoteBuild\bin\Debug
7、choose g++ to buildGpp.exe,gcc to buildGpp.exe,linker for dynamic to buildGpp.exe and Linker for static to buildAR.exe.click ok
8、 u can compiler someone now.
9、enter settings --> Debuger --> GDB debugger --> default
10、set executable path to u r remote build directory & choose buildGDB.exe.click ok,
11、config finished...