Page 1 of 1

Can't stop on a breaktrap

Posted: Fri Oct 02, 2020 8:43 am
by jerryd
CodeLite forum,
I'm using CodeLite 12.0 which I prefer over 14 right now.

I have a simple "Hello World" program that runs fine without debugging and with
debugging without a breaktrap. If I set a breaktrap the program will run and
stop at the breaktrap for 1-2 seconds and then it exits.

Any suggestions?

jerryd

Re: Can't stop on a breaktrap

Posted: Fri Oct 02, 2020 11:10 am
by eranif
Can you post the debugger output?
Check my signature to see how to do that

Re: Can't stop on a breaktrap

Posted: Fri Oct 02, 2020 8:29 pm
by jerryd
eranif,
Thanks for the reply.

When I run it without debugging the output is:
Program exited with return code: 0

With debugging the output is:
[5552] Invalid parameter passed to C runtime function.
[5552] Invalid parameter passed to C runtime function.
[5552] Invalid parameter passed to C runtime function.

jerryd

Re: Can't stop on a breaktrap

Posted: Sat Oct 03, 2020 1:20 pm
by eranif
I need the debugger output. I am not sure where did you get this from