Disable watchpoint stepping by default (use cy step -w or cy step --watchpoint to...
[cython.git] / Cython / Debugger / libcython.py
2010-12-14 Mark FlorissonDisable watchpoint stepping by default (use cy step...
2010-12-14 Mark FlorissonDetect Python exceptions
2010-12-14 Mark FlorissonRefactor inferior execution control code, better gdb...
2010-12-14 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-14 Mark FlorissonFaster Python stepping using a watchpoint approach...
2010-12-13 Mark FlorissonLocate C source code properly and lex C source code...
2010-12-09 Mark FlorissonCompile C test sample code with -fPIC
2010-12-09 Robert Bradshawnewlines
2010-12-09 Robert Bradshawmerge
2010-12-09 Robert BradshawMerge https://github.com/markflorisson88/cython
2010-12-08 Mark FlorissonFetch and restore error for Cython locals dict building
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-01 Mark FlorissonExcluded cygdb from python 2.3 and 2.4 installations...
2010-12-01 Mark Florissonbranch merge
2010-11-29 Mark FlorissonChanged bytes object ob_sval cast to unsigned char...
2010-11-26 markChoose PyString/PyBytesObjectPtr according to python...
2010-11-25 Mark FlorissonMerged with libpython.py from Python3.2 + prevented...
2010-11-24 Mark Florissonbranch merge
2010-11-21 Mark Florissonbranch merge
2010-11-18 Mark FlorissonAttempt to merge back Cython locals -- failed! gdb...
2010-11-16 Mark FlorissonSkip local variables that are optimized out for 'cy...
2010-11-16 Mark FlorissonEnsure 'cy locals' and 'cy exec' don't use uninitialize...
2010-11-13 Mark FlorissonAdded 'cy select' command
2010-11-13 Mark Florisson'cy exec' and 'py-exec' multiline code support
2010-11-13 Mark Florissonbranch merge
2010-11-13 Mark FlorissonAdded 'cy exec' and 'py-exec' commands
2010-11-11 Mark FlorissonAdd 'cy finish', 'py-finish', 'py-run' and 'py-cont...
2010-11-08 Mark FlorissonFix converting a remote PyStringObject to a local string
2010-11-08 Mark Florissondisable C/C++ compiler optimization when compiling...
2010-11-07 Mark FlorissonLex only the lines of code that are displayed in a...
2010-11-07 Mark FlorissonSupport breaking on line numbers in the current Cython...
2010-11-07 Mark FlorissonJump through excruciable hoops to ensure step-into...
2010-11-07 Mark FlorissonMore efficient step-into and step-over which hopefully...
2010-11-06 Mark FlorissonSupport dereferencing variables in Cython frames
2010-11-06 Mark FlorissonSort locals and globals
2010-11-06 Mark FlorissonFixed 'cy bt' bug where backtraces wouldn't be printed...
2010-11-06 Mark FlorissonSupport python 2.5
2010-11-03 Mark Florissonmerge with cython-devel
2010-11-03 Mark Florissonfix completion error on 'cy break'
2010-11-03 Mark FlorissonMore graceful error handling in 'cy bt' when there...
2010-11-02 Mark FlorissonPython breakpoints (cy break -p / py-break)
2010-11-02 Mark Florissoncy backtrace
2010-11-01 Mark FlorissonAdded 'cy up' and 'cy down' commands.
2010-11-01 Mark FlorissonAdded commands 'cy cont' and 'cy step'
2010-11-01 Mark FlorissonAdd py-globals command
2010-11-01 Mark FlorissonReentrant gdb.execute()
2010-10-31 Mark Florissondispatch based on frame
2010-10-27 Mark FlorissonTests!
2010-10-08 Mark FlorissonLine number support
2010-09-21 Mark FlorissonPut debugger startup code in Cython.Debugger.cygdb
2010-09-18 Mark FlorissonPreliminary debug support for Cython