Skip to content

Commit

Permalink
fix a debug session view [feenkcom/gtoolkit#3679]
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Mar 27, 2024
1 parent 5d5a7f1 commit 3296838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GToolkit-Inspector/DebugSession.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DebugSession >> gtViewInterruptedContextFor: aView [
title: 'Interrupted context';
priority: 105;
stencil: [ | methodCoder pcRange |
methodCoder := GtPharoMethodCoder forMethod: self interruptedContext method.
methodCoder := GtPharoMethodCoder forMethod: self interruptedContext compiledCode method.
pcRange := self pcRangeForContext: self interruptedContext.
(methodCoder currentSourceText from: pcRange first to: pcRange last)
attributes: {BlTextUnderlineAttribute new
Expand Down

0 comments on commit 3296838

Please sign in to comment.