Code::Blocks Forums

User forums => Embedded development => Topic started by: alvin on August 21, 2008, 04:47:16 am

Title: How to use C::B to remote debug vmlinux , just like ddd
Post by: alvin on August 21, 2008, 04:47:16 am
in ddd :
I can type command:
file vmlinuz
set remotebaud 115200
target remote /dev/ttyS0

so, in C:B, can I also do this?
Title: Re: How to use C::B to remote debug vmlinux , just like ddd
Post by: Joerg on August 21, 2008, 03:09:52 pm
yes,
under Project/Properties/Debugger you
can define a remote connection.
Make sure under Build targets the name of your file
to debug is set correctly.
Under windows there are still some problems
with the break command and finding sources to setting
breakpoints.