Skip to content

Commit

Permalink
MNU now executes Oups debug requests
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenCostiou committed Aug 24, 2020
1 parent 60bd847 commit 7d0858b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Kernel/MessageNotUnderstood.class.st
Expand Up @@ -14,10 +14,9 @@ Class {

{ #category : #handling }
MessageNotUnderstood >> debug [
"open a debugger on myself"
Processor activeProcess
debug: self signalerContext
title: self smartDescription

"Requests a debugger on myself"
(OupsDebugRequest newForException: self) submit
]

{ #category : #accessing }
Expand Down

0 comments on commit 7d0858b

Please sign in to comment.