2008-04-14: Debugging Sage Code
- Sage project status report:
- sage-3.0 is on the way: the next 2-3 days! Anybody who want to help, we could definitely use some testing.
Debugging sage code: worksheet.pdf worksheet.sws
- General Remarks: be skeptical
- Print statements
- Python code: %pdb
- Cython code: sage -gdb