News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

remote debug toolset for codeblocks

Started by koangel, June 07, 2012, 11:29:37 AM

Previous topic - Next topic

koangel

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

koangel

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...