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.
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.