An error occurred fetching the project authors.
  1. 30 Apr, 2011 1 commit
  2. 24 Apr, 2011 4 commits
  3. 22 Apr, 2011 2 commits
  4. 15 Apr, 2011 1 commit
  5. 25 Feb, 2011 1 commit
  6. 17 Jan, 2011 1 commit
  7. 14 Jan, 2011 1 commit
  8. 29 Dec, 2010 1 commit
  9. 25 Dec, 2010 1 commit
  10. 16 Dec, 2010 1 commit
  11. 13 Dec, 2010 1 commit
  12. 12 Dec, 2010 1 commit
  13. 09 Dec, 2010 3 commits
  14. 05 Dec, 2010 2 commits
  15. 01 Dec, 2010 1 commit
  16. 25 Nov, 2010 1 commit
  17. 24 Nov, 2010 1 commit
  18. 12 Nov, 2010 1 commit
  19. 04 Nov, 2010 1 commit
  20. 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
  21. 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
  22. 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
  23. 24 Sep, 2010 1 commit
  24. 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
  25. 12 Sep, 2010 2 commits
  26. 08 Sep, 2010 1 commit
  27. 09 Aug, 2010 1 commit
  28. 04 Aug, 2010 1 commit
  29. 03 Aug, 2010 1 commit
  30. 02 Aug, 2010 1 commit
  31. 31 Jul, 2010 2 commits