IEP does not print anything after entering a debug mode

15 views
Skip to first unread message

Kuang Sk

unread,
Oct 17, 2015, 1:16:20 PM10/17/15
to Interactive Editor for Python
I have encountered something really strange. By the default shell configuration, IEP use Ipython if available. As the screenshot below, once I type the magic command %debug in IEP, the color of the command prompt changes, the number following the prompt is gone, nothing can be printed to the screen. It seems that the output is redirected to somewhere else. 

When I launcha an Ipython alone and type %debug, it is supposed to complain that "No traceback has been produced"

Anyone knows why?


Almar Klein

unread,
Oct 19, 2015, 7:25:13 AM10/19/15
to ie...@googlegroups.com
You probably want to use IEP's debugging system instead. A debugger
usually has its own mini event loop, which in the case of using
IPython's debugger holds up the IDE-kernel communication.

You can type ``db`` to get a list of comments (most actions can also be
applied via the GUI).

- Almar
> <https://lh3.googleusercontent.com/-pt7W4_eW4h4/ViKCVzC9avI/AAAAAAAAB8o/mIbmPSFdjtY/s1600/1.png>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Interactive Editor for Python" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to iep_+uns...@googlegroups.com
> <mailto:iep_+uns...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages