News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Copy & Paste to and from Watch During Debug?

Started by lawleagle, December 13, 2018, 02:25:32 PM

Previous topic - Next topic

lawleagle

Hello,

I believe this is something that must have been dealt with before, so instead of asking and complaining about why I can't do it, I'll ask how to do it.

Would you tell me how to copy & paste from the watch window during debug?

Thank you
- L

BlueHazzard

You can not copy the watches from the local and function element.
If you add the watches separately via right click on the variable addWatch, or copy and paste it to the watch window, you should be able to copy and paste the values... You can add in the watch window any valid c expression and gdb will evaluate it.