5 bugs: Startup, uncomment, active file switch, breakpoints
Posted: Sat May 02, 2015 7:22 am
1. Occasionally 7 will load the interface, then crash on startup. No apparent reason.
2. Also if uncommenting thousands of lines (C++) 7 will crash if there are multiple uncommented sections of non-blank lines in amongst the commented sections.
3. If you exclude one file from a build, then include another, and switch builds (ie. from debug to release), it'll revert the exclude/include settings.
4. Conditional breakpoints are not retained, are treated as temporary breakpoints.
Conditional breakpoints do not take multiple conditions (ie. joined with && or ||), will delete themselves if those are present.
Support for GDB reverse debugging also appears to be missing.
2. Also if uncommenting thousands of lines (C++) 7 will crash if there are multiple uncommented sections of non-blank lines in amongst the commented sections.
3. If you exclude one file from a build, then include another, and switch builds (ie. from debug to release), it'll revert the exclude/include settings.
4. Conditional breakpoints are not retained, are treated as temporary breakpoints.
Conditional breakpoints do not take multiple conditions (ie. joined with && or ||), will delete themselves if those are present.
Support for GDB reverse debugging also appears to be missing.