Skip to content

Commit 55f1bac

Browse files
committed
Merge pull request #80 from marianopeck/gs_master
Fix Seaside continuation debugging with native code enabled and GemTools
2 parents 08b5bfc + ed70a05 commit 55f1bac

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"classvars" : [
66
],
7-
"commentStamp" : "dkh 06/05/2015 15:44",
7+
"commentStamp" : "",
88
"instvars" : [
99
"errorDescription" ],
1010
"name" : "WAGemStoneContinuationDebugger",

repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkbackErrorHandler.class/instance/open..st

+1-5
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,4 @@ open: anException
5656
inProduction: wb applicationDeployed ] ].
5757
^ self ].
5858
action == #'debug'
59-
ifTrue: [
60-
| meth |
61-
meth := self class lookupSelector: #'remoteBreakpointMethod'.
62-
meth setBreakAtStepPoint: 1.
63-
self remoteBreakpointMethod ]
59+
ifTrue: [ self halt ]

repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkbackErrorHandler.class/methodProperties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"initialize" : "DaleHenrichs 06/21/2010 11:20" },
44
"instance" : {
55
"handleRenderingError:inProduction:" : "DaleHenrichs 06/20/2010 14:50",
6-
"open:" : "dkh 06/01/2015 09:37",
6+
"open:" : "MarianoMartinezPeck 10/15/2015 06:44",
77
"renderContentForException:on:inProduction:" : "DaleHenrichs 06/20/2010 14:52",
88
"rendererClass" : "JohanBrichau 02/16/2014 01:17",
99
"titleForException:" : "DaleHenrichs 06/20/2010 14:43",

0 commit comments

Comments
 (0)