Skip to content

Commit

Permalink
Merge pull request #80 from marianopeck/gs_master
Browse files Browse the repository at this point in the history
Fix Seaside continuation debugging with native code enabled and GemTools
  • Loading branch information
dalehenrich committed Oct 19, 2015
2 parents 08b5bfc + ed70a05 commit 55f1bac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "dkh 06/05/2015 15:44",
"commentStamp" : "",
"instvars" : [
"errorDescription" ],
"name" : "WAGemStoneContinuationDebugger",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,4 @@ open: anException
inProduction: wb applicationDeployed ] ].
^ self ].
action == #'debug'
ifTrue: [
| meth |
meth := self class lookupSelector: #'remoteBreakpointMethod'.
meth setBreakAtStepPoint: 1.
self remoteBreakpointMethod ]
ifTrue: [ self halt ]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"initialize" : "DaleHenrichs 06/21/2010 11:20" },
"instance" : {
"handleRenderingError:inProduction:" : "DaleHenrichs 06/20/2010 14:50",
"open:" : "dkh 06/01/2015 09:37",
"open:" : "MarianoMartinezPeck 10/15/2015 06:44",
"renderContentForException:on:inProduction:" : "DaleHenrichs 06/20/2010 14:52",
"rendererClass" : "JohanBrichau 02/16/2014 01:17",
"titleForException:" : "DaleHenrichs 06/20/2010 14:43",
Expand Down
Loading

0 comments on commit 55f1bac

Please sign in to comment.