jonathanslenders / ptpdb

prompt_toolkit/ptpython pdb frontend
183 stars 20 forks source link

Start in interpreter mode #13

Open blark opened 8 years ago

blark commented 8 years ago

Hey Jonathan,

I'm really loving your modules -- thanks so much for all your awesome hard work.

I was wondering if there is a way to start ptpdb in the interpreter mode instead, and only enter the debug mode with a command?

blueyed commented 8 years ago

Not sure if I understand it / ptpdb correctly, but when starting to type some non-command the prompt changes to >>> (which seems to indicate interpreter / interact mode in the current scope?!).

But I get no Tab completion in that case: "Foo" does not trigger completion, although "p Foo" does. It also works after interact directly.