break points

General questions regarding the usage of CodeLite
shadoww
CodeLite Enthusiast
Posts: 23
Joined: Fri Mar 23, 2018 7:12 am
Genuine User: Yes
IDE Question: C++
Contact:

break points

Post by shadoww »

My break points seem to be getting deleted in a C++ project every once in a while when I hit F5 to debug. It seems to be random about 1 out of ever 10 times they disappear and I'm wondering why the break point is not being hit. Anyone else getting this on version 12? I add my break point back in and hit F5 to debug and it work for a time after wards.
shadoww
CodeLite Enthusiast
Posts: 23
Joined: Fri Mar 23, 2018 7:12 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: break points

Post by shadoww »

It appears that when the source code is formatted for that file if there are any break points they are removed. Is there any way around this? This happens with codelite version 11.0 and 12.0 on linux mint (both cinnamon and MATE) I have done this experiment on 2 separate computers with completely different environments.
Post Reply