You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello. This may be a very trivial thing that only I am unable to do. I am sure what I am about to ask already exists and only I am not able to find it. It is also possible that this question/request is at the wrong place. Please point me in the right direction if that's the case.
My doubt/question: (C++) How do I enter a keyboard input when I reach a cin >> var; in my code? There doesn't seem to be a way to enter that value while using the GUI. I am able to enter a value when I use the cli at the bottom of the browser page that says: (gdb) enter a gdb command. To interrupt inferior, send SIGINT. I have to do the r and then n to get to that part. But I can do this in gdb from terminal as well.
Describe the solution you'd like
A field that can get activated when it recognises that the program is waiting for a user input?
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hello. This may be a very trivial thing that only I am unable to do. I am sure what I am about to ask already exists and only I am not able to find it. It is also possible that this question/request is at the wrong place. Please point me in the right direction if that's the case.
My doubt/question: (C++) How do I enter a keyboard input when I reach a
cin >> var;
in my code? There doesn't seem to be a way to enter that value while using the GUI. I am able to enter a value when I use the cli at the bottom of the browser page that says:(gdb) enter a gdb command. To interrupt inferior, send SIGINT.
I have to do ther
and thenn
to get to that part. But I can do this in gdb from terminal as well.Describe the solution you'd like
A field that can get activated when it recognises that the program is waiting for a user input?
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: