-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It appears that there's currently no RTT support in this extension. When the debugger task is running, RTT messages in the configured channels are not being read. At the same time rtthost
is able to read them just fine.
I understand this is due to the extension not emitting the custom rttWindowOpened
command, which is necessary to start the polling:
- https://github.com/probe-rs/probe-rs/blob/458e0c2b6fa8d8f39cade41e4afd3382cf99ff89/probe-rs-tools/src/bin/probe-rs/cmd/dap_server/server/debugger.rs#L213-L226
- https://github.com/probe-rs/probe-rs/blob/458e0c2b6fa8d8f39cade41e4afd3382cf99ff89/probe-rs-tools/src/bin/probe-rs/cmd/dap_server/server/debug_rtt.rs#L63-L65
Please add support for this feature by reading at least the channel 0 and writing the data from it to the console or terminal panels of the debugger dock.
Metadata
Metadata
Assignees
Labels
No labels