brummett / Devel-hdb

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

More detail for watched coderefs #58

Open brummett opened 10 years ago

brummett commented 10 years ago

coderefs in the watch window and popups should show the file:line where the sub was defined

brummett commented 10 years ago

From Sub::Information:

line => { code => sub { B::svref_2object(shift)->START->line } },
file => { code => sub { B::svref_2object(shift)->START->file } },