brummett / Devel-hdb

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

Add a REPL tab #94

Closed brummett closed 9 years ago

brummett commented 10 years ago

It would be helpful to have a tab that implemented a REPL the user could type into and get results. It might look like the Javascript console where the prompt is at the bottom and results scroll by above it.

Submitting a statement would use the eval() functionality to get the results back.

brummett commented 9 years ago

This is essentially a dup of #4