Skip to content

Commit

Permalink
Cannot use remote debugger to debug 4000 series error numbers because…
Browse files Browse the repository at this point in the history
… the session is not alive
  • Loading branch information
dalehenrich committed Sep 12, 2016
1 parent f706490 commit 200f4c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ _signalIfError
ifTrue: [ ^ super _signalIfError ].
(self _gciLibrary GciErr_: gciErrSType) == 1
ifFalse: [ ^ self ].
handlingError := true.
(gciErrSType number between: 4000 and: 4999)
ifTrue: [ gciSessionId := 0 ].
ifTrue: [ ^ super _signalIfError ].
handlingError := true.
debugger := TDRemoteDebugger new
topez: self topez;
debugProcessOop: gciErrSType context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"class" : {
"sessionClass" : "dkh 09/07/2016 17:00" },
"instance" : {
"_signalIfError" : "dkh 09/08/2016 14:18",
"_signalIfError" : "dkh 09/12/2016 11:11",
"continue:" : "dkh 09/10/2016 08:56",
"continue:replacingTopOfStackWithOop:" : "dkh 09/10/2016 10:30",
"handlingError" : "dkh 09/08/2016 14:17",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Tode-GemStone-Remote-Server-dkh.6' message 'tweak TDRemoteStackFrame>>inClassName' id '63e8e9de-0ec8-4575-861a-5a2659ced80a' date '09/12/2016' time '10:59:36' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.5' message 'reset error handling when remote debugger closed ... clean up TDRemoteStackFrame>>baseNodeMap' id 'a4689fd0-ab40-4f87-a427-8cb71bc8d255' date '09/12/2016' time '07:10:14' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.4' message 'do not log out of remote session when debugger is closed ' id '96e8fc7c-8941-458d-b72d-4711b65592eb' date '09/12/2016' time '06:55:01' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.3' message 'patch TDClientMethodElementBuilder>>clientSourceElement' id '8a743984-d74c-4893-a130-9be6f21d6684' date '09/12/2016' time '06:53:04' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.2' message 'more debugger work ... bugfixes' id '351e6feb-363a-4f69-9beb-e6a65c0fd265' date '09/12/2016' time '06:33:14' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.1' message 'add package Tode-GemStone-Remote-Server for the tode server side remote server code' id '75f3c430-e79f-423d-ae8e-4a0635514a26' date '09/10/2016' time '10:20:58' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'Tode-GemStone-Remote-Server-dkh.7' message 'Cannot use remote debugger to debug 4000 series error numbers because the session is not alive' id '1d0c7d59-e15e-4e41-92f0-b3fa829b7859' date '09/12/2016' time '11:19:10' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.6' message 'tweak TDRemoteStackFrame>>inClassName' id '63e8e9de-0ec8-4575-861a-5a2659ced80a' date '09/12/2016' time '10:59:36' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.5' message 'reset error handling when remote debugger closed ... clean up TDRemoteStackFrame>>baseNodeMap' id 'a4689fd0-ab40-4f87-a427-8cb71bc8d255' date '09/12/2016' time '07:10:14' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.4' message 'do not log out of remote session when debugger is closed ' id '96e8fc7c-8941-458d-b72d-4711b65592eb' date '09/12/2016' time '06:55:01' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.3' message 'patch TDClientMethodElementBuilder>>clientSourceElement' id '8a743984-d74c-4893-a130-9be6f21d6684' date '09/12/2016' time '06:53:04' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.2' message 'more debugger work ... bugfixes' id '351e6feb-363a-4f69-9beb-e6a65c0fd265' date '09/12/2016' time '06:33:14' author 'dkh' ancestors ((name 'Tode-GemStone-Remote-Server-dkh.1' message 'add package Tode-GemStone-Remote-Server for the tode server side remote server code' id '75f3c430-e79f-423d-ae8e-4a0635514a26' date '09/10/2016' time '10:20:58' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit 200f4c5

Please sign in to comment.