Re: [Request Tracker Community Forum] [RT Developers] Development & Development Tools RT

You can run the the rt-server script in the perl debugger.

The perl debugger is CLI-based, so better use with a frontend. I use
emacs (M-x perldb).

Debugging Mason components is a bit tricky since they are implemented as
anonymous subroutines, but there are workarounds:

  • Vegard V -
1 Like