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