-
Notifications
You must be signed in to change notification settings - Fork 510
Can't paste to gdb prompt/terminal #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The same behavior is seen with google chrome. |
I can paste to fields in the Right Hand Side with ctrl-v (not ctrl+shift+v) or the browser's right button menu. I can copy from any of the 3 terminal windows. |
+1 |
+1 on centos7 + firefox |
Well I found the cause is the function
|
+1 |
The same behaviour is present with Microsoft Edge on Windows. |
+1 with Chrome / FireFox / Safari on MacOS |
+1 |
I also ran into this with Firefox on Arch Linux (Xorg). Here is a work around that worked for me in X11. You can bind it to a key combination or setup some other convenient way of calling it in your WM: |
+1 with Chrome |
+1 with brave |
We are using firefox on Ubuntu 20.04, and this is in my opinion the biggest issue with gdbgui currently that makes it hard for me to recommend its use in our organization. Not being able to paste into the gdb window makes it extremely tedious to type really long commands/paths into it and slows down productivity. |
+1 no developer to fixing? |
I have the same issue with both Firefox and Chrome in Win11. |
Describe the bug
Can't paste to gdb prompt/terminal
To Reproduce
gdbgui -r --args ....
Expected behavior
Paste should transfer data from my clipboard to the gdb prompt.
I want to paste breakpoints ("b asdfasdfasd").
Please complete the following information:
The text was updated successfully, but these errors were encountered: