Bertrand Janin

Results 12 comments of Bertrand Janin

Thank you for your pull request, it's much appreciated. Here are a few comments: 1. Use snake-case for function parameters (ipython=True) 2. IPython shouldn't be a requirement for this module,...

I tried both Python 3.7 and 2.7 and couldn't get this to work. Am I doing anything wrong? Test script (test.py): ``` #!/usr/bin/env python import rpdb; rpdb.set_trace(ipython=True) ``` Terminal 1:...