Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Debugger manager never gets destructed

(1/1)

BlueHazzard:
i try to implement https://sourceforge.net/p/codeblocks/tickets/503/
My first try was to save the settings in DebuggerManager::~DebuggerManager()
But the destructor never gets called. From the other managers the Free method is called in Manager::Shutdown() but DebuggerManager is missing. Is this a Bug? Am i missing something?

greetings

oBFusCATed:
Probably it is a bug.
But doing what you want in the destructor is not good idea.
Just change the config every time the control is changed by the user.

Navigation

[0] Message Index

Go to full version