Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix many indentation and whitespace issues throughout the code base (GH-3673) | scoder | 2020-06-10 | 1 | -2/+2 |
| | | | … and enforce them with pycodestyle. | ||||
* | Reduce the processing overhead in the debug line mapping writer a little. | Stefan Behnel | 2018-08-28 | 1 | -0/+4 |
| | |||||
* | remove dead code | Stefan Behnel | 2016-03-28 | 1 | -13/+3 |
| | |||||
* | 2to3: Apply the 'except' fixer | Petr Viktorin | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | A couple of DebugTransform fixes. | Robert Bradshaw | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Robert Bradshaw | 2010-12-13 | 1 | -7/+7 |
| | |||||
* | Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatible | Mark Florisson | 2010-12-01 | 1 | -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 traceback | Mark Florisson | 2010-11-07 | 1 | -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 flag | Mark Florisson | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | dispatch based on frame | Mark Florisson | 2010-10-31 | 1 | -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 |