tekai / geben-on-emacs

Automatically exported from code.google.com/p/geben-on-emacs
GNU Lesser General Public License v2.1
0 stars 0 forks source link

feature request: interact command #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
DBGp protocol specification specifies `eval' and 'interact' commands
with which users can evaluate some code snippet in a debugging session.

GEBEN supports `eval' but doesn't `interact'.
Since the Python debugger extension of ActiveState doesn't support `eval' but 
do `eval', it requires GEBEN to implement `interact' command.

Original issue reported on code.google.com by fujinaka.tohru@gmail.com on 8 Jul 2009 at 4:39