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
Can't stop on a breaktrap
-
- CodeLite Enthusiast
- Posts: 15
- Joined: Wed Oct 26, 2016 5:31 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Can't stop on a breaktrap
Can you post the debugger output?
Check my signature to see how to do that
Check my signature to see how to do that
Make sure you have read the HOW TO POST thread
-
- 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
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
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Can't stop on a breaktrap
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