tree: d2147bc21732a90b081ebc10fb1160d313711c91 [path history] [tgz]
  1. _pydev_imps/
  2. pydev_ipython/
  3. pydev_sitecustomize/
  4. stubs/
  5. test_pydevd_reload/
  6. tests/
  7. tests_mainloop/
  8. tests_python/
  9. tests_runfiles/
  10. third_party/
  11. _pydev_completer.py
  12. _pydev_filesystem_encoding.py
  13. _pydev_getopt.py
  14. _pydev_imports_tipper.py
  15. _pydev_jy_imports_tipper.py
  16. _pydev_jython_execfile.py
  17. _pydev_log.py
  18. _pydev_threading.py
  19. _pydev_tipper_common.py
  20. django_debug.py
  21. django_frame.py
  22. fix_getpass.py
  23. interpreterInfo.py
  24. LICENSE
  25. merge_pydev_pycharm.txt
  26. pycompletion.py
  27. pycompletionserver.py
  28. pydev_app_engine_debug_startup.py
  29. pydev_console_utils.py
  30. pydev_coverage.py
  31. pydev_imports.py
  32. pydev_ipython_console.py
  33. pydev_ipython_console_011.py
  34. pydev_localhost.py
  35. pydev_log.py
  36. pydev_monkey.py
  37. pydev_monkey_qt.py
  38. pydev_override.py
  39. pydev_pysrc.py
  40. pydev_run_in_console.py
  41. pydev_runfiles.py
  42. pydev_runfiles_coverage.py
  43. pydev_runfiles_nose.py
  44. pydev_runfiles_parallel.py
  45. pydev_runfiles_parallel_client.py
  46. pydev_runfiles_pytest2.py
  47. pydev_runfiles_unittest.py
  48. pydev_runfiles_xml_rpc.py
  49. pydev_umd.py
  50. pydev_versioncheck.py
  51. pydevconsole.py
  52. pydevconsole_code_for_ironpython.py
  53. pydevd.py
  54. pydevd_additional_thread_info.py
  55. pydevd_breakpoints.py
  56. pydevd_comm.py
  57. pydevd_console.py
  58. pydevd_constants.py
  59. pydevd_custom_frames.py
  60. pydevd_dont_trace.py
  61. pydevd_exec.py
  62. pydevd_exec2.py
  63. pydevd_file_utils.py
  64. pydevd_frame.py
  65. pydevd_frame_utils.py
  66. pydevd_import_class.py
  67. pydevd_io.py
  68. pydevd_psyco_stub.py
  69. pydevd_referrers.py
  70. pydevd_reload.py
  71. pydevd_resolver.py
  72. pydevd_save_locals.py
  73. pydevd_signature.py
  74. pydevd_stackless.py
  75. pydevd_traceproperty.py
  76. pydevd_tracing.py
  77. pydevd_utils.py
  78. pydevd_vars.py
  79. pydevd_vm_type.py
  80. pydevd_xml.py
  81. README.md
  82. requirements.txt
  83. runfiles.py
  84. test_debug.py
python/helpers/pydev/README.md

PyDev.Debugger

Build Status

This repository contains the sources for the Debugger used in PyDev & PyCharm.

It should be compatible with Python 2.4 onwards (as well as Jython 2.2.1, IronPython and PyPy -- and any other variant which properly supports the Python structure for debuggers -- i.e.: sys.settrace/threading.settrace).