Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: asd34 on August 02, 2014, 09:44:31 am
-
Dear All,
Is there any feature in C::B where we can resize the IDE to our custom width height and dock it to the left or right of the screen when we hit F8 for debugging? It really would be a very time saving feature if there is .
Regards,
-
Your comment will be appreciated?
Regards,
-
No, there is no such thing. Probably you could write a plugin an play with it... there is cbEVT_DEBUGGER_STARTED event you could probably use.