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