Opened 6 years ago
Closed 5 years ago
#108 closed defect (fixed)
Debug Trace not removed
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 8.0.0 |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
After turning on Debug/Trace? (from menu) and right afterwards switching on Debug/Trace? Sender or Debug/Trace? full walkback; It is impossible to remove the traces using menu Debug/Remove? trace. Only Remove all Break- & Tracepoints works. (Maybe this was intentional?)
Attachments (4)
Change History (8)
comment:1 Changed 6 years ago by
Milestone: | → 8.0.0 |
---|
comment:2 Changed 6 years ago by
Changed 6 years ago by
Attachment: | Tools__NewSystemBrowserTests.st added |
---|
Changed 5 years ago by
Changed 5 years ago by
Changed 5 years ago by
comment:4 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
The patches work perfectly. The traces are now correctly removed and tests do pass.
I'm closing this ticket.
Note: See
TracTickets for help on using
tickets.
This is indeed a bug. It's caused by method being wrapped twice - the problem is probably in
Tools::NewSystemBrowser >> commonTraceHelperWith:with:clear: