summaryrefslogtreecommitdiff
path: root/cygdb.py
Commit message (Collapse)AuthorAgeFilesLines
* scripts with shebangs <-> executable + uniform use of #!/usr/bin/env pythonYaroslav Halchenko2012-12-051-0/+0
|
* Made tests less verbose by not using distutils.core.setup + skip debugger ↵Mark Florisson2010-12-051-1/+1
| | | | tests when gdb < 7.2 or not available
* Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-011-11/+0
| | | | | Made the distutils extension 2.3 compatible Renamed the --debug flag to --gdb and --pyrex-debug to --pyrex-gdb
* dispatch based on frameMark Florisson2010-10-311-2/+9
| | | | | | | | | 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
* Tests!Mark Florisson2010-10-281-1/+1
| | | | | | | | | (run: python runtests.py Cython.Tests.TestStringIOTree \ Cython.Debugger.Tests.TestLibCython \ Cython.Compiler.Tests.TestParseTreeTransforms) --HG-- rename : Cython/Debugger/cygdb.py => Cython/Debugger/Cygdb.py
* Have cygdb pass gdb command line arguments to gdbMark Florisson2010-09-241-1/+2
| | | | | | Write cython_debug to the actual build directory (distutils and the cython command line tool) List --debug flag in cython's usage
* Put debugger startup code in Cython.Debugger.cygdbMark Florisson2010-09-211-1/+2
| | | | Fixed small autocompletion bug
* cygdb script in setup.py (posix and windows)Mark Florisson2010-09-191-0/+10