Category: Debugging

CLAD 01-06

CLAD 01-06

You set a Breakpoint in the code contained within the False case of a Case structure. Will the VI execution pause if the code is the True case of the Case structure is being executed

  1. Yes
  2. No

CLAD 04-32

CLAD 04-32

The following breakpoint does which of the following?

  1. Causes the VI to abort
  2. Causes the VI to pause
  3. Causes the VI to single step over the addition
  4. Causes the VI to single step over the indicator

CLAD 04-25

CLAD 04-25

Which of the following is NOT a traditional debugging feature used to help find errors in a VI?

  1. Highlight Execution
  2. Single Stepping
  3. Breakpoints
  4. Stop Values

CLAD 04-05

CLAD 04-05

Can probes be attached to objects on the front panel?

  1. Yes
  2. No

CLAD 04-01

CLAD 04-01

In what instance would you use the Probe tool rather than Highlight Execution?

  1. To see the flow of data
  2. To see the value of a wire in real time
  3. To look into a subVI as the process is running
  4. to slow down the VI to show the values in wires

CLAD 01-02

CLAD 01-02

Clicking on the ____________ button allows you to bypass a node in the Block Diagram without single-stepping through the node.

  1. Step Into
  2. Step Over
  3. Step Out
  4. Step Through
Top