Author Topic: bug report: debug toolbar and debugger options  (Read 4169 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
bug report: debug toolbar and debugger options
« 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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
Re: bug report: debug toolbar and debugger options
« Reply #1 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

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: bug report: debug toolbar and debugger options
« Reply #2 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.

« Last Edit: December 10, 2005, 10:40:05 am by tiwag »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
Re: bug report: debug toolbar and debugger options
« Reply #3 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