Manuscript (Dossier [Issue]22823) Debugging - Debugger code highligt broken when using debugTest menu

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

Manuscript (Dossier [Issue]22823) Debugging - Debugger code highligt broken when using debugTest menu

Pharo Issue Tracker
Manuscript Notification
avatar
Christophe Demarey revised a previous entry on Case 22823: Debugger code highligt broken when using debugTest menu:
Bug in Project:  Debugging: 1. Pharo Image  •  You are subscribed to this case
Yes, but the fix I have has to be committed in Calypso ;)

The fix is in ClyDebugTestCommand class:

runTest: testSelector of: testClass

| breakpoint |
breakpoint := Breakpoint new
  node: (testClass lookupSelector: testSelector) ast;
  install.

[super runTest: testSelector of: testClass] ensure: [ breakpoint remove ]
Priority Priority: 3 – Must Fix Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

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