Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
Rich Chiodo 4d86a42380
Updates from pydevd (#1706)
* Changes from pushing to pydevd

* Update some time outs to get flakey tests to pass

* Fix string failure

* String case backwards. Fixup test in pydevd

* Using callstack for exception check not sufficient

* Too restrictive on pydevd matching

* Try somethign better than just checking 'pydev'

* Retry a flakey test

* Disable flakey tests

* Another flakey test

* Increase timeout for attach

* Try upping timeout

* Up watchdog timeout

* Up some more timeouts

* Try delaying shutdown of test apps

* Don't output extra things that tests don't expect

* Fix output differences in 3.9? Not sure what that's about

* Fixup line differences in 3.9 with extra sleep

* Fix linter errors

* Fix breakpoint bugs
2024-10-21 10:17:39 -07:00
Rich Chiodo 1d7c662a56
Add some more typing for the public api (#1619)
* Add some more typing for the public api

* Review feedback
2024-07-03 13:51:06 -07:00
Adam Yoblick 98032d8d7f add ruff section to pyproject.toml 2023-09-19 15:25:34 -05:00
Pavel Minaev 4a03787784 Don't build or test on Python 3.7 2023-09-12 11:14:55 -07:00
HeeJae Chang 34f7238e63 include "tests" 2023-03-06 15:36:33 -08:00
HeeJae Chang de6a9cf6d6 Set up the proper execution environment so that Pylance knows the correct import root for the import statement. 2023-03-06 15:36:33 -08:00
Pavel Minaev 0a9b01b008 Fix #865: Debugging through poetry drops subprocess
Handle "exited" { "pydevdReason": "processReplaced" } appropriately.

Add test for os.exec() in-place process replacement.
2022-06-09 10:44:10 -07:00
Pavel Minaev fb56410a65 Clean up configs. 2022-03-23 15:20:29 -07:00
Pavel Minaev 8b4c40e922 Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
Pavel Minaev c910565b9a Blacken code. 2019-10-30 17:12:17 -07:00
Pavel Minaev 03c75833d4 Reformat product code. 2019-10-03 18:31:37 -07:00
Karthik Nadig 8d75d6d819
Test refactoring migrated to new api (#1544)
* Update ANY to some

* Refactor breakpoint lines in tests

* Replace old import and emable debug with debug_me

* Remove unused code

* Fix some linter issues

* Change from some.such_that to some.str.such_that

* Linting with black
2019-06-28 16:27:38 -07:00
Pavel Minaev 8cca9fcd7a Reorganize source code to reflect the split between the adapter proper and the debug server. 2019-05-23 15:14:50 -07:00