Alexandr Evstigneev
Alexandr Evstigneev
The problem is that PCRE support currently is really lame. And automatic injection will cause a lot of false positive errors. So I've suppressed this. Would be nice to enable...
Probably related https://github.com/Perl/perl5/issues/17412
Ok. This will be interesting task, because I'm not familiar with Mojo :) 1. When i start project, both breakpoints works fine: http://joxi.net/n2Y8bylFj9vzKm.png 2. Are you sure that server is...
@mbarbon what do you think?
Any watches are active? Or breakpoints conditions?
As far as I can say this may be fixed with http://search.cpan.org/~hurricup/Devel-Camelcadedb/lib/Devel/Camelcadedb.pod#TEMPLATE_ENGINES_INTEGRATION
Doubt it can be fixed on the debugger side. Because we are talking about arbitrary changing of line numbers by the module and compilation of file form unknown source. I...
In default case `ModPerl::RegistryCooker::convert_script_to_compiled_handler` should be patched according to the manual above. It should notify debugger after `compile()`
What perl are you using?
1. Is there any output in console? 2. Can you try to run `/usr/bin/perl5.28 -d:Camelcadedb /Users/berniesnoek/Development/McLane/QuickAttachateToTTWin.pl` from your terminal and provide an output? 3. Is there chance to access your...