We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699f293 commit 85380c9Copy full SHA for 85380c9
1 file changed
repository/Grease-Pharo90-Core.package/GRPharoPlatform.class/instance/openDebuggerOn..st
@@ -11,8 +11,8 @@ openDebuggerOn: anError
11
UnhandledError signalForException: anError ]
12
ifFalse: [
13
WorldState addDeferredUIMessage: [
14
- process
15
- debug: anError signalerContext
16
- title: anError description
17
- full: true ].
+ UIManager default
+ requestDebuggerOpeningForProcess: process
+ named: anError description
+ inContext: anError signalerContext ].
18
process suspend ]
0 commit comments