View Stack for Trackback of XSLT ?

Is there a mode in Oxygen where I can view the Stack during a trackback ? (is that the right word ?) I run an XSLT in Debug mode, and highlight part of the output. It correctly highlights the source XML and the XSLT line where that part was output. But what I'd like to see is the call stack at that point of the output. I can see the "Trace" window but that doesnt seem to be syncing with the trackback, and also doesnt show the stack. The stack view is empty. Any suggestions ? Thank you. ---------------------------------------- David A. Lee Senior Principal Software Engineer Epocrates, Inc. dlee@epocrates.com <mailto:dlee@epocrates.com> 812-482-5224

Hi David, You need to get the debugger to the point where that output is emitted. Then you will be able to see the current stack in the Stack view. To get there you can find the XSLT code and the current XML node that generates that output and use the run to caret action (either in XSLT or in the XML file) or you may use the conditional breakpoints to stop the debugger when some condition is met. Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Lee, David wrote:
Is there a mode in Oxygen where I can view the Stack during a trackback ? (is that the right word ?) I run an XSLT in Debug mode, and highlight part of the output. It correctly highlights the source XML and the XSLT line where that part was output. But what I’d like to see is the call stack at that point of the output. I can see the “Trace” window but that doesnt seem to be syncing with the trackback, and also doesnt show the stack.
The stack view is empty.
Any suggestions ? Thank you.
----------------------------------------
David A. Lee
Senior Principal Software Engineer
Epocrates, Inc.
dlee@epocrates.com <mailto:dlee@epocrates.com>
812-482-5224
------------------------------------------------------------------------
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (2)
-
George Cristian Bina
-
Lee, David