Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 300 forks source link

Update Perl Debugger #2866

Open Naatan opened 7 years ago

Naatan commented 7 years ago

Our version is very outdated.

See discussion here:

https://activestate.slack.com/archives/C0KPWHDA7/p1502905566000716

Naatan commented 7 years ago

Might be worth inheriting https://github.com/mbarbon/perl-remote-debugging-client/commits/master

wchristian commented 7 years ago

https://activestate.slack.com/archives/C0KPWHDA7/p1502905566000716

That doesn't seem to be public.

Also note that it might be the most correct solution to have different libraries of the debugger for different versions of Perl if you're going the long way.

Personally i would prefer if you actually fix #2782 first if the long way would block a fix for it for a long time as well. #2782 is currently and actively breaking things.

Naatan commented 7 years ago

The link is for internal use.

We would not be able to fix #2782 any sooner than 11.1, so it makes more sense to do this all at once.

You might be able to use https://github.com/mbarbon/perl-remote-debugging-client/commits/master as an interim solution (via remote debugging).

mitchell-as commented 6 years ago

After looking into mbarbon's Perl debugger changes, and after looking at a modern perl5db.pl, I've concluded that we need a Perl expert to update Komodo's Perl debugger. I certainly cannot do it myself.