brummett / Devel-hdb

A graphical Perl debugger implemented as a web service
31 stars 9 forks source link

Debugging a script with . or .. in the name fails #112

Closed brummett closed 7 years ago

brummett commented 8 years ago

perl -d:hdb ../file.pl perl -d:hdb ./file.pl Both appear to start normally, but the code window is not populated with the source. Control buttons like step and run work normally.