Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Breakpoints layout saving
Bat:
Am I right to say that debugger breakpoints are not saved ?
(I set a breakpoint, it works, I close and reopen C::B, breakpoints are gone)
This seems to have been already discussed and worked here :
http://forums.codeblocks.org/index.php/topic,10704.0.html
but unfortunately, berlios.de has gone and patched stored here :
https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2775&group_id=5358
has gone too.
Anyone have this patch ?
ollydbg:
Oh, discussion in 2009.
maybe you can find here http://alpha0010.github.io/cb-history/patches.html
but at that time, I remember that people do not like save breakpoint in a separate file.
oBFusCATed:
I still don't like the idea. ::)
Bat:
For separate(s) file(s), this "issue" comes also for others things, like project dependancy, debug config and so on.
At the time, I'm using C::B with 2 others peoples in a team. (among lot of others uses). Sources of products developped with C::B are commited in git repository. It's in embedded area, with about 15 custom library, 2 differents git repo (as codebase is shared among lot of projects). I've patched quite a few things in C::B, needed to be compatible with previous Eclipse system and handle problems that arised.
It's clear that some things should be separated in external file, outside of project files - that in general rules must ne be commited -, and other should be in project files, and must be commited.
So thanks for this patch repository, I will try to use the breakpoint one for my specific use
oBFusCATed:
--- Quote from: Bat on October 15, 2016, 06:42:02 pm ---It's clear that some things should be separated in external file, outside of project files - that in general rules must ne be commited -, and other should be in project files, and must be commited.
--- End quote ---
What do you mean by this?
Everything saved in the project today should be stored in a project.
One debatable thing is probably the programs arguments, but still we need a default stored in the project file.
Navigation
[0] Message Index
[#] Next page
Go to full version