Author Topic: Copy & Paste to and from Watch During Debug?  (Read 2582 times)

lawleagle

  • Guest
Copy & Paste to and from Watch During Debug?
« on: December 13, 2018, 02:25:32 pm »
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

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Copy & Paste to and from Watch During Debug?
« Reply #1 on: December 13, 2018, 02:58:34 pm »
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.