While I don't do my debugging inside the IDE, I'm happy with what IntelliJ IDEA's Perl plugin does. Before that, I was using Komodo same as you.
2016-12-11 5:17 GMT+02:00 Kieren Diment <dim...@gmail.com>: > I just use perl -d from the console. > > perl -d script/myapp.pl (or more modernly perl -d `which plackup` > myapp.psgi) and set breakpoints in the code with $DB::single=1 as > required. See also LWP::Protocol::PSGI for serverless psgi deployment > mainly for use in test scripts. > > On Sun, Dec 11, 2016 at 7:45 AM, Ken Beal <k...@kenbeal.com> wrote: > >> Hi, >> >> Years ago I used the ActiveState IDE Komodo to work with Catalyst. I'd >> like to do this again, but am no longer at that employer so can't check the >> settings. >> >> I asked at the ActiveState Komodo forums but haven't gotten a good answer >> (last was "compare the env vars" which I did but didn't see any real >> differences, other than x86/x64, as Komodo appears to be an x86 app). >> http://community.komodoide.com/t/how-to-edit-catalyst-sourc >> e-files-with-proper-syntax-checking/3204/7 >> >> I figure asking here might provide a better answer since people here are >> "debugging Catalyst apps" so should be able to provide pointers to how to >> do so. (Versus Komodo being used to debug a whole bunch of other stuff, >> i.e., I might have better luck with the domain knowledge here.) >> >> Thanks, >> Ken >> -- >> "Look at what's happened to me; >> I can't believe it myself!" >> >> _______________________________________________ >> List: Catalyst@lists.scsys.co.uk >> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst >> Searchable archive: http://www.mail-archive.com/ca >> tal...@lists.scsys.co.uk/ >> Dev site: http://dev.catalyst.perl.org/ >> >> > > _______________________________________________ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/ > catalyst@lists.scsys.co.uk/ > Dev site: http://dev.catalyst.perl.org/ > > -- Nothing is ever easy
_______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/