Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 14.0.0
-
None
Description
Not sure if this feasible but could we have some warning messages in the Condition field in case the variable used in the condition is not used, the condition is always false, the expression is not a condition an so on,...
For instance, in the illustrative example picture below, if the breakpoint below is placed at line 5 it will never be reached because i is not defined. So could be good if there were some kind of warning.