Manuscript (Case [Issue]22085) Debugging - Infinite debugger

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22085) Debugging - Infinite debugger

Pharo Issue Tracker
Manuscript Notification
avatar
Guillermo Polito edited Case 22085: Infinite debugger:
Bug in Project:  Debugging: 1. Pharo Image  •  You are subscribed to this case
We are trying to minimize the case. The first three cases do not fail with the infinite debugger, but the fourth, stopping in a Halt and then stepping into a DNU, fails.

1)
p := [
self bla.
] fork.

2)
p := [
1halt.
self bla.
] fork.

3)
p := [
TestBla debug: #testBla
] fork.

4) (This one has a halt before the DNU)
p := [
TestBla debug: #testBlaWithHalt.
] fork.
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Guillermo Polito Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker