Remote console window?

Sysprogs forums Forums VisualGDB Remote console window?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7242
    christoph.p
    Participant

    How can I open the “remote console window” which gives me the programm console output when I debug?

    #7246
    support
    Keymaster

    Hi,

    Please use the Debug->Windows->Remote Program Console command. Note that unless a remote debugging is active, this command will not appear.

    #15158
    pfritz
    Participant

    Hello,

    started to develop an xterm application on an embedded linux device. Therefore I would need a terminal emulation.

    Using Visual Studio 2017 with VisualGDB 5.3R8.

    So far I only have the gdbserver window where the Terminal emulation is not quite right and I cannot find the “Remote console window”
    under Debug->Windows->Remote Program Console, even if I debugging the application.

     

     

     

     

     

    #16296
    support
    Keymaster

    Hi,

    If you are using a cross-toolchain (that implies using gdbserver), your program’s output will be displayed in the gdbserver window. VisualGDB includes a terminal emulator, so if your program is using the common ANSI escape sequences, VisualGDB will be able to handle them properly.

    If it looks like the terminal emulation is not working, please let us know the details and we will look into this.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.