debugpy/tests/patterns
Rich Chiodo 278ed2fe2a
Add support for the goto request (#1575)
* Working goto handler

* Fix stack_trace_len

* Get test working

* Review feedback

* Use new_dap_id in the IDMap

* Use format string instead of old way

* Review feedback

* Feedback for step class rewrite

* Use trace function to detect line problems

* Remove unnecessary logging

* Optimize the stack_trace property

* Move error checking for stack frame to adapter
2024-05-02 11:24:07 -07:00
..
__init__.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
_impl.py Don't use pydevd helpers in tests. 2023-12-18 14:13:31 -08:00
dap.py Add support for the goto request (#1575) 2024-05-02 11:24:07 -07:00
some.py Remove debugpy.compat, custom !j formatter for JSON, and related helpers. 2022-04-13 11:38:41 -07:00