Any update on Logpoints? #8163
-
This is with possible reference to this issue: #2591 I am able to confirm that out of the box on linux using gdb does indeed provide log output in the Debug Console window. I was wondering if there was any plan to provide for this functionality on Windows using the Visual Studio compiler toolchain on Windows using CL.exe and MSBuild.exe? I am able to confirm that logpoints do not work on the latter (Windows/VC++ compiler/MsBuild.exe). Additionally, is there any command/keyboard shortcut to scroll up and down the debug console? At present, out of the box, only Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@WardenGnaw Do you know? |
Beta Was this translation helpful? Give feedback.
-
This is currently in the backlog.
The debug console is owned the VS Code, and you will want to ask them about this question. |
Beta Was this translation helpful? Give feedback.
This is currently in the backlog.
cppvsdbg
is a different debug adapter and does not have this implemented with the Debug Adapter Protocol.The debug console is owned the VS Code, and you will want to ask them abou…