Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Validate breakpoints (was: Breapoints on executable strings)

> 
>   Hi all!!!!
> 
> May be my suggestion has already discussed ealier but anyway:
> 
> What do you think about such feature as setting breakpoints only on =
> executable strings. I mean when debugging process starts, CDT replaces =
> breakpoints, which was setting on not executable strings, on nearest =
> executable strings. But before debugging user can set bps anywhere.=20
> Is it possible to do such feature?
> 

You mean by executable strings, Statements.
Yes, we are looking at ways to try to validate a breakpoint, but
need the Parser/Core Model cooperation.  Not sure if this is 1.2 material
But it is on the TODO list.

And as pointed in the other thread, the rules of the game may change
because of Preprocessing.




Back to the top