Hi, I cannot figure out how to pass arguments during debug (not to be confused with command line arguments). I have a cin.get(sBuffer, 25); line in my code, but when I type in the VisualGDB Program Output pane, the input does not go through. How can I interact with the program during debug?
Indeed, the regular Visual Studio’s Output window is read-only. You can find various VisualGDB-specific windows that simplify the debug workflow under the Debug->Windows menu.