Author Topic: How to use C::B to remote debug vmlinux , just like ddd  (Read 11446 times)

alvin

  • Guest
How to use C::B to remote debug vmlinux , just like ddd
« 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?

Offline Joerg

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: How to use C::B to remote debug vmlinux , just like ddd
« Reply #1 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.
It's never too late to fail!