Assembly don't run a debugger

General questions regarding the usage of CodeLite
mbauer588
CodeLite Curious
Posts: 2
Joined: Sat Jul 17, 2021 10:59 pm
Genuine User: Yes
IDE Question: C++
Contact:

Assembly don't run a debugger

Post by mbauer588 »

Hello,
I tryt to use CodeLite for Assembly on Arm Linux and I set the compiler to "aarch64-linux-gnu" and when I open Settings -> Build settings I see that the debugger is correct recogniced. Same is valid for GCC!

When I use Debugger -> Start/Cotinue Debugger the program run but the breakpoints get ignored...

What I am doing wrong?

PS.: I can debug a c-file.

mbauer588
CodeLite Curious
Posts: 2
Joined: Sat Jul 17, 2021 10:59 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Assembly don't run a debugger

Post by mbauer588 »

I get the "Failed to set controlling terminal: Operation not permitted" error and then the Terminal close.
With C code it worked but with Assembly code not ...

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Assembly don't run a debugger

Post by eranif »

You can ignore the Failed to set controlling terminal: Operation not permitted message
this will always appear

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