09-18-2013 08:48 AM
This seems basic but I can't find any way to set a breakpoint on a wire that carries a boolean state that stops execution when the state goes to FALSE. Is there any way to do that?
Solved! Go to Solution.
09-18-2013 08:51 AM - edited 09-18-2013 08:53 AM
Put a 'Conditional Probe'.
09-18-2013 08:56 AM
Insert a case structure in the line. Put the breakpoint in the False case. The True case is wired through but without a breakpoint.
Lynn
09-18-2013 10:14 AM
Very creative.