Hi,
I have to debug a deployed version of a Seaside 2.8 application under Dolphin Smalltalk. Starting Firefox on
http://localhost:8888/seaside I look at the stack trace below. But to see the real error I need a larger stack trace. Is there any way to do that changing code in WAWalkback.
thanks in forward
cjb
---- Start of Stack Trace ----
Internal Error
StackFrame does not understand #tempNames
a MessageNotUnderstood('StackFrame does not understand #tempNames')
StackFrame(Object)>>doesNotUnderstand:
[] in WAWalkback>>renderStackFrame:on:
BlockClosure>>renderOn:
[] in WAGenericTag(WATagBrush)>>with:
BlockClosure>>renderOn:
WARenderCanvas(WACanvas)>>nest:
WAGenericTag(WABrush)>>with:
WAGenericTag(WATagBrush)>>with:
WARenderCanvas(WAHtmlCanvas)>>definitionList:
WAWalkback>>renderStackFrame:on:
[] in WAWalkback>>renderStackOn:
BlockClosure>>renderOn:
[] in WAGenericTag(WATagBrush)>>with:
BlockClosure>>renderOn:
WARenderCanvas(WACanvas)>>nest:
WAGenericTag(WABrush)>>with:
WAGenericTag(WATagBrush)>>with:
WARenderCanvas(WAHtmlCanvas)>>listItem:
[] in WAWalkback>>renderStackOn:
OrderedCollection>>do:
---- End of Stack Trace -----