1. 31 Oct, 2010 1 commit
    • Mark Florisson's avatar
      dispatch based on frame · 1327c85b
      Mark Florisson authored
      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
      1327c85b
  2. 27 Oct, 2010 1 commit
    • Mark Florisson's avatar
      Tests! · f1e63d52
      Mark Florisson authored
      (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
      f1e63d52
  3. 08 Oct, 2010 1 commit
    • Mark Florisson's avatar
      Line number support · 1f4dc2f4
      Mark Florisson authored
      C function with context support
      Preliminary stepping support
      Source code listing
      more stuff I forgot about
      1f4dc2f4
  4. 24 Sep, 2010 1 commit
  5. 21 Sep, 2010 1 commit
  6. 19 Sep, 2010 1 commit
  7. 18 Sep, 2010 1 commit
    • Mark Florisson's avatar
      Preliminary debug support for Cython · f88e64b6
      Mark Florisson authored
      added the --pyrex-debug flag to Cython's build_ext
      added the pyrex_debug boolean to Cython's Cython.Distutils.extension.Extension
          (for per-module debugging information)
      debug output is written to the cython_debug directory
      bin/cygdb is included (start this from the build directory)
          working commands: cy import, cy locals, cy break
      when debugging is active, export all functions as extern
      f88e64b6
  8. 14 Sep, 2010 4 commits
  9. 13 Sep, 2010 1 commit
  10. 12 Sep, 2010 10 commits
  11. 11 Sep, 2010 5 commits
  12. 09 Sep, 2010 13 commits