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:
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.
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
rtthostis able to read them just fine.I understand this is due to the extension not emitting the custom
rttWindowOpenedcommand, which is necessary to start the polling: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.