View Issue Details

IDProjectCategoryView StatusLast Update
0000130Ecere SDKidepublic2014-07-11 18:13
Reporterrohypnol Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0000130: Configuration option whether to disable or auto-move breakpoints
DescriptionWhen creating a new project, you get this in the code editor:
01: import "ecere"
02:
03: class Form1 : Window
04: {
05: text = "Form1";
06: background = activeBorder;
07: borderStyle = sizable;
08: hasMaximize = true;
09: hasMinimize = true;
10: hasClose = true;
11: size = { 320, 304 };
12: }
13:
14: Form1 form1 {};
15:
You can set a breakpoint at line 05 but when you actually perform the debug it will jump by it's self to line 12. This behavior is wrong. If there is no way we can break in line 05, at least inform the user of this when he sets the breakpoint by moving it at that time to line 12 instead of waiting until debugging. If that's not possible, warn the user at compile time and give him two options: 1) remove the breakpoint; 2) allow it to be moved

This must be dealt with as it can get very confusing during debugging.
Additional InformationBreakpoints should be enabled/disabled, another issue with very low priority will be added for that. When that will be implemented, option (1) should be changed to "disable the breakpoint"
TagsNo tags attached.

Relationships

related to 0001076 new Support breaking and stepping on default properties assignments 
related to 0000131 new Allow disabling of breakpoints 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2008-08-22 21:37 rohypnol New Issue
2012-03-08 16:52 redj Target Version => 0.45 Ginkakuji
2012-03-29 07:52 redj Category => ide
2012-03-29 07:52 redj Project @3@ => Ecere SDK
2013-04-25 20:15 jerome Target Version 0.45 Ginkakuji => 0.44.5 Debug
2014-05-01 10:14 jerome Target Version 0.44.70 Debug =>
2014-05-01 10:24 jerome Target Version => 0.44.70 Debug
2014-05-01 10:24 jerome Summary Dancing break-points => Configuration option whether to disable or auto-move breakpoints
2014-05-01 10:24 jerome Relationship added related to 0001076
2014-05-01 10:25 jerome Relationship added related to 0000131
2014-07-11 18:13 jerome Target Version 0.44.70 Debug => 0.46.1