Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: rogeriodec on March 30, 2018, 07:30:02 pm

Title: How to unfold multiple items of watches at once?
Post by: rogeriodec on March 30, 2018, 07:30:02 pm
I have some arrays that I want to follow during the debug.
The problem is that whenever the debug starts, Watches shows all the arrays folded. I am required to manually unfold them one by one.
Is there any way to unfold multiple items of watches at once?
Title: Re: How to unfold multiple items of watches at once?
Post by: BlueHazzard on March 31, 2018, 10:39:45 am
At the moment i don't think that there is a function for this --> Ticket on SF
Title: Re: How to unfold multiple items of watches at once?
Post by: rogeriodec on March 31, 2018, 04:27:36 pm
Thanks, ticket created: https://sourceforge.net/p/codeblocks/tickets/655/
Title: Re: How to unfold multiple items of watches at once?
Post by: BlueHazzard on April 05, 2018, 11:21:17 am
@devs
How is a possible UI for this?
* Add a toolbar in the watches with different tools, like save/load watches, expand ecc?
* Add a context menu entry?
* Add a sub menu in the debugger menu?
Title: Re: How to unfold multiple items of watches at once?
Post by: oBFusCATed on April 05, 2018, 07:13:57 pm
1. Save/load should be automatic. But C::B needs a generic api for saving files per project/workspace
2. All others should be in the context menu. A toolbar is too wasteful space-wise.