Opened 5 years ago
#248 new defect
Removing a line breakpoint can revert moving method between protocols
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
If you create a line break and move the method with the line break it can happen that the method returns to the original protocol.
1) Have a method with line-break
2) Move it within protocols e.g. accessing
to initialization
3) Then remove the line-breakpoint with the "green light semaphore" - Remove breakpoint
button at top right of the browser window.
4) The method now returns back to the accessing
protocol and is without any breakpoint
Expected behavior:
The breakpoin removal via the Remove breakpoint
functionality should just remove the line-breakpoint. It should not move the method back to original protocol.