Camelcade / Devel-Camelcadedb

Perl module for debugging with Perl5 plugin for IntelliJ
Other
23 stars 9 forks source link

Handle breakpoints to compile-time code #2

Open hurricup opened 8 years ago

hurricup commented 8 years ago

At the moment, we are loading breakpoints before file been compiled and load_handler invoked after START phase, so those breakpoints missed.

Howewer, breakpoints in other files (not main, works fine)