| 1 | initial version |
If you are using Sage in the terminal, you can simply type pdb and it will turn on the debugger when an error is raised. This does not quite answer your question, but might help a bit.
| 2 | No.2 Revision |
If you are using Sage in the terminal, you can simply type pdb and it will turn on the debugger when an error is raised. This does not quite answer your question, but might help a bit.
sage: pdb
Automatic pdb calling has been turned ON
| 3 | No.3 Revision |
If you are using Sage in the terminal, you can simply type pdb and it will turn on the debugger when an error is raised. This does not quite answer your question, but might help a bit.
sage: pdb pdb
Automatic pdb calling has been turned ON
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.