Hi Youssef, Youssef Barhomi <youssef.barh...@gmail.com> writes: > I know that while debugging some python code you can switch to the python > interpreter while typing `!` but it hides pudb and the source code as well. > Would that be possible to show the pudb interface and iPython at the same > time (and be able to jump in between them)? > > Thank you very much!! > > PS: I love pudb! I wish I could use it for C/CUDA debugging as well!
First off, thanks for the compliments! We've been thinking off and on what it would take to be able to execute user code (including stuff you type at the prompt) while inside the Pudb UI. See this bug: https://github.com/inducer/pudb/issues/48 Having that would make it feasible to bring a Python prompt into Pudb. IPython on the other hand would be a bit of engineering on top of that, because all the fancy things that make IPython valuable (completion etc) would have to work, too. Personally, I think having a built-in little shell window would already be quite helpful, so if I had time at the moment, that's probably what I'd shoot for. Andreas _______________________________________________ Pudb mailing list Pudb@tiker.net http://lists.tiker.net/listinfo/pudb