ptpdb
ptpdb copied to clipboard
Start in interpreter mode
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?
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<Tab>" does not trigger completion, although "p Foo" does.
It also works after interact
directly.