Jason2866
d3321155af
add recommended extension / support clangd ( #24 )
...
* remove telemetry
* no full git clone
* add intelhex as required
* no core packages
* add `rich_click` as pip dependencies
* remove advertisings
* add intelhex as required
* install scons and Pio home from github
* replace "get_core_package_dir" for piohome and pioremote
* Add esp-decoder to VSCode recommendations (#29 )
* fix: gdb use actual cmd syntax
* manage VSC extension (#30 )
2026-03-19 17:48:25 +01:00
Ivan Kravets
ba58db3079
Introduced the capability to launch the debug server in a separate process // Resolve #4722
2024-01-09 21:00:42 +02:00
Ivan Kravets
1af508272b
Format code with Black 23.1.0
2023-02-02 17:46:03 +02:00
Ivan Kravets
5a0a215bfc
Use PY3 super() zero-argument syntax
2022-04-15 14:44:30 +03:00
Ivan Kravets
05374d1145
Match buffered data from debugging server
2021-06-24 16:42:45 +03:00
Ivan Kravets
c14b298cb9
Fixed an issue with silent hanging when a custom debug server is not found // Resolve #3756
2021-03-19 15:55:42 +02:00
Ivan Kravets
b0c3e22a52
Configure a custom pattern to determine when debugging server is started with a new debug_server_ready_pattern option
2021-03-19 12:30:16 +02:00
Ivan Kravets
a78db17784
Drop support for Python 2
2021-03-19 00:21:44 +02:00
Ivan Kravets
dbb9998f69
Refactor debugging configuration, add support for server_ready_pattern // Resolve #3401
2021-03-18 23:42:54 +02:00
Ivan Kravets
779e02a05e
Use "connect_read_pipe" on Unix
2021-03-17 20:06:52 +02:00
Ivan Kravets
b54a8b40a4
Refactor Unified Debugger to native Python Asynchronous I/O stack // Resolve #3793 , Resolve #3595
2021-03-17 17:42:11 +02:00