summaryrefslogtreecommitdiff
path: root/Cython/Debugger/DebugWriter.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-2/+2
| | | … and enforce them with pycodestyle.
* Reduce the processing overhead in the debug line mapping writer a little.Stefan Behnel2018-08-281-0/+4
|
* remove dead codeStefan Behnel2016-03-281-13/+3
|
* 2to3: Apply the 'except' fixerPetr Viktorin2015-07-251-1/+1
|
* A couple of DebugTransform fixes.Robert Bradshaw2014-12-091-1/+1
|
* Remove trailing whitespace.Robert Bradshaw2010-12-131-7/+7
|
* Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-011-0/+2
| | | | | Made the distutils extension 2.3 compatible Renamed the --debug flag to --gdb and --pyrex-debug to --pyrex-gdb
* Lex only the lines of code that are displayed in a tracebackMark Florisson2010-11-071-0/+5
| | | | Have Cython write the sys.executable used to build extensions and have cygdb default the 'file' to that
* Fixed writing debug information with the --cplus flagMark Florisson2010-11-041-1/+1
|
* dispatch based on frameMark Florisson2010-10-311-0/+71
python code stepping (for libpython and libcython) generic stepper class fix step-into functions have cygdb accept a '--' command line argument to disable automatic importing replace gdb.execute() with something that actually captures all output have 'cy break' break properly on line numbers