mbarbon/perl-remote-debugging-client

Explanation of changes

Closed this issue · 1 comments

Hi there, I'm the lead dev for Komodo IDE. I just found out about this repository and just wanted to first and foremost say thank you for sharing your work with others! While I don't know exactly what your work entails I'm always happy to see people paying it forward, especially with more complicated code such as this.

That said, would you be able to explain a little bit of what you have done with this codebase? ie. what features have you added/removed, what were your motivations? I'd love to get a sense for what this adds over the functionality we offer.

Thank you :)

Hi,
first of all, I'm very happy I found the Komodo debugging helper, it saved me from a lot of work; I did not try to contribute my changes because I did not think they would be relevant to the use in Komodo.

My goal is having a debugger I can use with various editors, and for scripting (via https://github.com/mbarbon/dbgp-client). I started with the Komodo debugging helper because it was a working DBGp implementation, but I'm not using Komodo.

There are various set of changes:

The list of commits above is not exhaustive, I just picked some commits that I though were significant. See also the https://raw.githubusercontent.com/mbarbon/perl-remote-debugging-client/master/TODO).

Let me know if you need more detail on specific changes.