Search code examples
debuggingxsltintellij-ideabreakpoints

IntelliJ XSLT debugger not hitting breakpoints


I'm trying to use IntelliJ's built in XSLT support to debug an XSLT transformation. However, I cannot get any breakpoints to get hit. Yes, I hit the debug icon on the run configuration.


Solution

  • If the run configuration is set to use the 'default console' in the 'Output', the debugger will not hit breakpoints. When selecting 'Show in extra console tab' the debugger will open and pause at the breakpoints.