Enabling the eXist debugger (XDebug) - part one: installation
Posted by jamie on 29 Jun 2011 in Notes
eXist comes with a "debugger" extension (or "debuggee", depending on which area of the code you look in), which is disabled by default. To enable XDebug in an eXist application:
Build and deploy eXist: http://hcmc.uvic.ca/blogs/index.php?blog=11&p=8146&more=1&c=1&tb=1&pb=1
- Important:When editing local.build.properties, set include.feature.debugger to true
Copy:
(exist source directory)/extensions/debuggee/lib/mina-core-x.x.x.jarTo:
(exist deploy directory)/WEB-INF/lib
Part two will cover actually using the debugger to step into a running script, once I figure out how to do that.