Skip to content

Commit d492ca2

Browse files
committed
Use GtDebugSession instead of DebugSession [feenkcom/gtoolkit#5001]
1 parent 4becc65 commit d492ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DebugAdapterProtocol/GtDAPDebugSession.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GtDAPDebugSession extends {{gtClass:name=DebugSession}} to also simultaneously m
55
"
66
Class {
77
#name : #GtDAPDebugSession,
8-
#superclass : #DebugSession,
8+
#superclass : #GtDebugSession,
99
#instVars : [
1010
'signal',
1111
'nodeJSDebugger'

src/DebugAdapterProtocol/GtPostMortemSession.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GtPostMortemSession works with multiple backends, e.g. Python, JavaScript and Ge
55
"
66
Class {
77
#name : #GtPostMortemSession,
8-
#superclass : #DebugSession,
8+
#superclass : #GtDebugSession,
99
#category : #'DebugAdapterProtocol-UI'
1010
}
1111

0 commit comments

Comments
 (0)