ANSI/XTerm Control Sequences in raw terminal ?

Sysprogs forums Forums VisualGDB ANSI/XTerm Control Sequences in raw terminal ?

Tagged: 

Viewing 16 post (of 16 total)
  • Author
    Posts
  • #21825
    support
    Keymaster

    Hi,

    Sorry, we are not able to create such a tool on-demand. We might be able to support ITM stream demultiplexing as a part of our Segger debug package later, however it is difficult to give any time estimates at this point.

    If you could get the 3rd-party tool you mentioned to the point where it works when launched manually and accessed via telnet, we can help you integrate it into VisualGDB, but unfortunately we won’t be able to do any deeper research/customization for this.

    Generally we advise using our Fast Semihosting framework instead. It is based on background memory reads, so it doesn’t stop the target; it is fully integrated with the VisualGDB GUI (including the ANSI sequences), is independent from the specific debug method and works with the regular printf() and other functions. It should be much easier than integrating external ITM stream processing tools into the VisualGDB workflow.

Viewing 16 post (of 16 total)
  • You must be logged in to reply to this topic.