Show More
@@ -7,6 +7,16 b' Usage:' | |||
|
7 | 7 | |
|
8 | 8 | %wdb pass |
|
9 | 9 | Change the password (e.g. if you have forgotten the old one) |
|
10 | ||
|
11 | ||
|
12 | Notes | |
|
13 | ----- | |
|
14 | ||
|
15 | **WARNING**: As of March 2009 (IPython 0.10), WinPdb has a known bug, which | |
|
16 | causes PyTables to become impossible to import if winpdb is loaded. Therefore, | |
|
17 | if you need PyTables, do *not* use this extension. | |
|
18 | ||
|
19 | For more details: https://bugs.launchpad.net/ipython/+bug/249036 | |
|
10 | 20 | """ |
|
11 | 21 | |
|
12 | 22 | import os |
General Comments 0
You need to be logged in to leave comments.
Login now