How to Input Text and Interact with Console

Sysprogs forums Forums VisualGDB How to Input Text and Interact with Console

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28202
    xeeaxe
    Participant

    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?

    Thank you for you help!

    #28203
    xeeaxe
    Participant

    Oh never mind, I figured it out. For those who might come across the same issue, go under the gdbserver pane/tab instead of Output.

    Cheers.

    #28205
    support
    Keymaster

    Hi,

    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.

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