Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: tiwag on December 10, 2005, 12:27:17 am

Title: bug report: debug toolbar and debugger options
Post by: tiwag on December 10, 2005, 12:27:17 am
CB SVN HEAD rev. 1481, wxMSW261, WinXP

1.) the debugging toolbar is not shown

2.) the debugger options are not stored and/or restored between restarts of codeblocks

bug report 1377434 (https://sourceforge.net/tracker/index.php?func=detail&aid=1377434&group_id=126998&atid=707416)
Title: Re: bug report: debug toolbar and debugger options
Post by: killerbot on December 10, 2005, 09:29:52 am
I also have builded rev 1481 : debug toolbar is visible, did not check for 2nd part of your problem.

Note : I use wx 2.6.2
Title: Re: bug report: debug toolbar and debugger options
Post by: tiwag on December 10, 2005, 10:25:57 am
thanks for your reply, i had a closer look now and found, that my default.conf had some suspicious values:
Code
        <main_frame>
            <layout>
                <TOOLBAR_SHOW bool="1" />
                <LEFT_BLOCK_SELECTION int="2" />
                <BOTTOM_BLOCK_SELECTION int="4" />
                <MAXIMIZED bool="0" />
                <LEFT int="1353" />
                <TOP int="66" />
                <WIDTH int="1144" />
                <HEIGHT int="958" />
            </layout>
 
i deleted this section and the debug-toolbar came back

[edit]
most probably the problem was located in the
            <LAYOUT>
                <bin crc= ... </bin>
            </LAYOUT>
section, which i also deleted.

Title: Re: bug report: debug toolbar and debugger options
Post by: killerbot on December 10, 2005, 09:17:09 pm
just made a new build with todays changes, and now I have the same problem :-(

Deleted :
            <LAYOUT>
                <bin crc="-1075901594">FQAAAHd4RG9ja2luZy1TdHJlYW0tdjEuMAgAAAA8bGF5b3V0PgIAAAAFAAAAZnJhbWVAAAAAQAAAAMgAAAA9AgAAAAEAAAAACAAAAExlZnRIb3N0AgAAAGQxYAAAAGAAAAAYAwAAlgAAAAABAAAAAAoAAABCb3R0b21Ib3N0BAAAAAcAAABUb3BIb3N0lgAAAAAAAAAAAAAACgAAAEJvdHRvbUhvc3SWAAAAAAAAAAEAAAACAAAAZDEIAAAATGVmdEhvc3TIAAAAAAAAAAEAAAAFAAAAZnJhbWUJAAAAUmlnaHRIb3N0yAAAAAAAAAAAAAAAFgAAAHd4U2xpZGVCYXItU3RyZWFtLXYxLjABAAAAAAgAAAA8bGF5b3V0PgIAAAAEAAAATWFpbgEIAAAAQ29tcGlsZXIB</bin>
            </LAYOUT>
from my default.conf.

By just doing that, the debug toolbar is back.

Weird, anyone an explanation (trying to understand).

Lieven