Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: kipade on June 17, 2024, 01:21:29 pm

Title: How cb mange WatchesDlg, when its floating window was opened and closed?
Post by: kipade on June 17, 2024, 01:21:29 pm
I found if I set debugger watches dlg floating, every time I started a new debugging session, the WatchesDlg would be reopened with a random position, I will have to move the window before anything else.
I think the window should be shown at the position before last closed.
But I don't know where is the close process code. Any hint? Thanks.