Menu

Tree [3c5070] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2018-09-07 Keith Isdale Keith Isdale [cca796] Ignore some temporary files
 ChangeLog 2018-08-25 Keith Isdale Keith Isdale [0a9de5] Intial git commit including latest changes from...
 README.md 2018-09-07 Keith Isdale Keith Isdale [8d22f6] Convert README into Markdown document
 _pkg.el 2018-08-26 Keith Isdale Keith Isdale [2fe782] Bump version
 auto-autoloads.el 2018-08-25 Keith Isdale Keith Isdale [0a9de5] Intial git commit including latest changes from...
 makedist.sh 2018-09-07 Keith Isdale Keith Isdale [3c5070] Add script to create package
 templates-toolbar.xcf 2018-08-25 Keith Isdale Keith Isdale [0a9de5] Intial git commit including latest changes from...
 templates-toolbar.xpm 2018-08-25 Keith Isdale Keith Isdale [0a9de5] Intial git commit including latest changes from...
 variable-toolbar.xcf 2018-08-25 Keith Isdale Keith Isdale [0a9de5] Intial git commit including latest changes from...
 variable-toolbar.xpm 2018-08-25 Keith Isdale Keith Isdale [0a9de5] Intial git commit including latest changes from...
 xsldbg-highlight.el 2018-08-26 Keith Isdale Keith Isdale [e37dfa] Add prebuilt .el files for XEmacs 21.5
 xsldbg-highlight.elc 2018-08-26 Keith Isdale Keith Isdale [e37dfa] Add prebuilt .el files for XEmacs 21.5
 xsldbg.el 2018-08-26 Keith Isdale Keith Isdale [e37dfa] Add prebuilt .el files for XEmacs 21.5
 xsldbg.elc 2018-08-26 Keith Isdale Keith Isdale [e37dfa] Add prebuilt .el files for XEmacs 21.5

Read Me

Description

The set of lisp scripts are designed to work with xsldbg version 4.7.0 or later
They allow the debugging of stysheets using xsldbg
You can find xsldbg at
http://sourceforge.net/projects/xsldbg
xsldbg's documentation and command reference can be found at
http://xsldbg.sourceforge.net

The code has the same licence as xemacs.
I was unable to contact the original author of these files to
clarify licence any further.

Tested versions
Linux : XEmacs [version 21.5]

Installation

Copy directory into your lisp path and modify the load-path
setting in your ~/.xemac/init.el to point to where you've put it.
You must have xslide set to be loaded when a XSL file is opened
You must set the value xemacs variable xsl-xsl-result Set to where
the default output of xsldbg-mode goes to. See the "Installation section in xsldbg.el" for an example

You may need to perform byte compile of these files to suit your installation of xemacs.

Running

  • open XML file to debug in XEmacs
  • select the XSLT script to run: M-x xsldbg-buffer
  • Use toolbar or enter xsldbg command directly in COMMINT session
  • Use mouse button 2 open xsldbg menu within COMMINT session

See also the functions xsldbg-mode, xsldbg and xsldbg-buffer in xsldbg.el

Disclaimer

This is provided as is and is used at your risk. All effort has been
made to ensure that it works as expected. Please advise author of any
issues. These files contain a lot of "dead code" that will never be
used.

Bugs and suggestions

Post them via the bugs section of sourceforge.net/projects/xsldbg
or advise author at "Keith Isdale" keithisdale@gmail.com

Overview

Support for
breakpoints
setting, deleting, enabling, disabling

    running
      step, quit, restart

    frame
       stepup, stepdown, where

    printing
      global variables, local variables

    Displaying
       source related to current breakpoint
       the output of transformation
MongoDB Logo MongoDB