Closed brummett closed 6 years ago
Devel::Callsite is your friend. Make sure to +1 it.
This would require support for reporting the callsite in Locations for Devel::Chitin, then passing along that info through the rest API and displaying it to the user.
Ok. Do it!
This is working, at least in a minimal way, via Devel::Chitin 0.9 and #113
For a line like foo(); bar(); 4 or if (foo() > bar() )
We'd like the current position to show which part of that line will be the next to execute. It will probably involve inspecting the optree