Delphi 7 have a mistake with highlighting of ordinary and source (condition) breakpoint - its looks exactly the same (just red circle and red line).
What about, for example, showing red circle image with "+" or something else?
P.S.: I know about Breakpoints list (CTRL+ALT+B), but think that in code window it should be useful too.Author:
Passion Time: 2008-9-18 23:34
Sorry but what means "highlighting of ordinary"? I know the source breakpoint line was painted by red line and red circle, but what is the same with it?Author:
MaximKorobov Time: 2008-9-20 20:05
I mean that if breakpoint condition is not empty, it ought to be highlighted with some difference compare to breakpoint with no condition.Author:
MaximKorobov Time: 2008-9-29 19:47
So, is it possible to implement?Author:
Passion Time: 2008-10-5 09:15
Some difficult. In fact, the whole line's background of editor is hard to control. We can't only paint the background, but must paint whole line content with different formats. It's a challenge for CnWizards. Author:
MaximKorobov Time: 2008-10-8 20:19
OK. I understand.
Maybe to change Delphi's default red circle with some custom-made icon is easier for You?