west debug: openocd: console garbled with --tui
option
#81405
Labels
area: West
West utility
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
gdb option
--tui
to split screen and display source along with gdb console is available as an openocd runner option.Though, when used with
west debug
, it provides a garbled output:When using
--tui
gdb arg outside ofwest debug
, it works as expectedwith following commands run in 2 different windows:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
--tui
should help debug experience, not garble it.Impact
west debug
not usable with --tui optionLogs and console output
Environment (please complete the following information):
Additional context
I suspect a timing issue between gdb server and client commandDoesn't seem to be the case.The text was updated successfully, but these errors were encountered: