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

Splitting debugger in two - specific debugger and common GUI

<< < (18/136) > >>

MortenMacFly:

--- Quote from: oBFusCATed on September 17, 2009, 08:14:40 pm ---1. The new icons are awful ...

--- End quote ---
As I said in the logs: we can provide icon sets. We would have two now. :-)


--- Quote from: oBFusCATed on September 17, 2009, 08:14:40 pm ---3. Can we have "X" images on the start up page, next to the project/workspace/file list, instead of the "X" symbol?

--- End quote ---

--- Quote from: jens on September 17, 2009, 10:33:21 pm ---Here it is:

--- End quote ---
Cool, I like it! Submit, submit! ;-)


--- Quote from: oBFusCATed on September 17, 2009, 08:14:40 pm ---The question is where should I look for the drag&dropping thing?

--- End quote ---
What do you mean by that? Do you mean how D&D works in wxWidgets or C::B in particular?

MortenMacFly:

--- Quote from: oBFusCATed on September 17, 2009, 11:35:31 pm ---Here is the patch for the fix: http://smrt.is-a-geek.org/codeblocks/dbg_refactor/remove_bkpt_on_prj_close.patch

--- End quote ---
Works here && applied in the branch. Thanks.

One question: Do you save/restore the bookmarks "somehow"? Because I found some information related in the config file...?! Naah... I'll have a look...

Jenna:
I just found another issue:

I set a BP in line 33, close the file and reopen it.
The list says I have a BP in line 33, but the icon appears in 34.
If I now click in the margin on line 34 nothing happens, I can not add or remove the BP-icon, if I right-click it says "edit, remove ...", but nothing happens.
If I click the margin in line 33, I get two identical entries in the BP-list and a BP-icon in 33, if I click again, both entries (and the icon) are removed.

MortenMacFly:

--- Quote from: jens on September 18, 2009, 01:59:40 pm ---If I click the margin in line 33, I get two identical entries in the BP-list and a BP-icon in 33, if I click again, both entries (and the icon) are removed.

--- End quote ---
Harhar... seems we've re-introduced an old bug somehow... ;-)

Edit: What is not clear to me: Why are the BP's handled one time in m_State and another time in m_breakpoints?! There is a funny mixture of what is being used inside debuggergdb. It's not clear to me when which version is right...?!

oBFusCATed:

--- Quote from: MortenMacFly on September 18, 2009, 01:53:55 pm ---Works here && applied in the branch. Thanks.

--- End quote ---
Thanks, too


--- Quote from: MortenMacFly on September 18, 2009, 01:53:55 pm ---One question: Do you save/restore the bookmarks "somehow"? Because I found some information related in the config file...?! Naah... I'll have a look...

--- End quote ---
If you ask about breakpoint, not bookmarks the answer is no. Also I haven't touched the bookmarks at all


--- Quote from: jens on September 18, 2009, 01:59:40 pm ---I just found another issue:

I set a BP in line 33, close the file and reopen it.
The list says I have a BP in line 33, but the icon appears in 34.
If I now click in the margin on line 34 nothing happens, I can not add or remove the BP-icon, if I right-click it says "edit, remove ...", but nothing happens.
If I click the margin in line 33, I get two identical entries in the BP-list and a BP-icon in 33, if I click again, both entries (and the icon) are removed.

--- End quote ---

Thanks for the report, I'll look at it in a minute

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version