Can't stop on a breaktrap

General questions regarding the usage of CodeLite
jerryd
CodeLite Enthusiast
Posts: 15
Joined: Wed Oct 26, 2016 5:31 am
Genuine User: Yes
IDE Question: C++
Contact:

Can't stop on a breaktrap

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can't stop on a breaktrap

Post by eranif »

Can you post the debugger output?
Check my signature to see how to do that
Make sure you have read the HOW TO POST thread
jerryd
CodeLite Enthusiast
Posts: 15
Joined: Wed Oct 26, 2016 5:31 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can't stop on a breaktrap

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can't stop on a breaktrap

Post by eranif »

I need the debugger output. I am not sure where did you get this from
Make sure you have read the HOW TO POST thread
Post Reply