Evaluation works!
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
Class {
|
||||
#name : #CarpPostMortemStackFrame,
|
||||
#superclass : #GtJavaScriptPostMortemStackFrame,
|
||||
#instVars : [
|
||||
'source'
|
||||
],
|
||||
#category : #'Carp-Debugger'
|
||||
}
|
||||
|
||||
{ #category : #accessing }
|
||||
CarpPostMortemStackFrame >> source: aString [
|
||||
source := aString
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
CarpPostMortemStackFrame >> sourceText [
|
||||
^ source
|
||||
]
|
||||
|
Reference in New Issue
Block a user