Code::Blocks Forums

User forums => Help => Topic started by: lawleagle on December 13, 2018, 02:25:32 pm

Title: Copy & Paste to and from Watch During Debug?
Post by: lawleagle 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
Title: Re: Copy & Paste to and from Watch During Debug?
Post by: BlueHazzard 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.