Can I use codelite to debug arm code?

CodeLite installation/troubleshooting forum
mmkider
CodeLite Curious
Posts: 3
Joined: Mon Nov 17, 2008 9:16 am
Contact:

Can I use codelite to debug arm code?

Post by mmkider »

If codelite can support "debuger initialization commands", I think it can be used to debug arm code.
as follow
Image

codelite is speed and stable
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can I use codelite to debug arm code?

Post by eranif »

You can.

You have several options to do this:
You can use gdbserver:
open the project context menu, and select:
settings -> debugger tab
Inside it, you can enter list of commands to send to the debugger
and in addition, if you are using gdbserver, you can specify the IP/port of the gdbserver
Image
Second option:
if you dont have an open project, Codelite also supports 'Quick Debug' which is an interface to gdb without the need of workspace/project.
From Debug -> Quick Debug
Image

EDIT: You might also want to read this:
http://codelite.org/LiteEditor/Debugging
and this:
http://codelite.org/LiteEditor/DebuggingWithQuickDebug

Eran
Make sure you have read the HOW TO POST thread
Post Reply