Re: debugger ignores breakpoints / psgml starts in read only (debugger) mode
Brought to you by:
ovidiu
From: Patrick D. <pd...@gm...> - 2001-12-17 22:50:14
|
Hello Ovidiu, > > Any ideas why XSLT-process is not stopping at my breakpoints? > > Are you sure the breakpoints are reached? You can try playing > with the test5.xml and test5.xsl from the distribution and > see if it works. It workes now. The problem was that either emacs or XSLT-process does not like spaces in path names. Is this reproducable for you as well? I put my files into the directory "c:\xml". After that it worked perfect! The former path name was "D:\Dokumente und Einstellungen\Administrator\Eigene Dateien". This is a standard "home" directory for the user "Administrator" on a german Windows XP or Windows 2000 installation. > There's a bug in the xml mode of PSGML. Add the following in > your .emacs: > > (defadvice xml-mode (after run-xml-mode-hooks act) > "Invoke `xml-mode-hook' hooks in the XML mode." > (run-hooks 'xml-mode-hook)) I have this in my .emacs already. Maybe I put it at the wrong position? I attached my .emacs to this mail. Maybe you can spot the error. But this is not really important. The debugger is the feature a newby like me really needs :-) > I haven't tested on emacs 21.1.1, and I have no experience > with it. It would help knowing whether test5.{xml,xsl} work on it. It works great as long as there are no spaces in path names. Best regards, Patrick -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net |