brummett / Devel-hdb

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

Follow mode stop can report the wrong line #43

Closed brummett closed 10 years ago

brummett commented 11 years ago

When execution changes from the trace file, the line reported as the expected next line is the absolute line number. This means if the function starts at a different line number in follow mode, the reported line is meaningless.

It should be corrected to show the line from the offset of the function.

brummett commented 10 years ago

fixed in 9d02ff7