07-06-2017 01:16 PM
I was looking at the latest features in CVI 2017 and came across Tracepoints. I found the blurb below in the Help section and online, but nothing further. This sounds like a great feature and one direxctly applicable to my current work.
Is there an example or deeper discussion? Where do you turn them on? How are they applied? What are the limitations? Examples?
Tracepoints
Tracepoints are breakpoints associated with user-specified actions that allow you to set automatic debug logging when a particular source code location executes. Tracepoints can be used to alter the execution flow.
Tracepoints help you answer the following questions during a debugging session:
07-07-2017 10:15 AM
Hi scottrod,
You can create and edit a tracepoint by simply creating a regular breakpoint and right clicking on it.
-Mitchell | NI
01-21-2020 03:56 AM
Nice addition, but where's the text printed by a tracepoint ? I can't see it anywhere, even if I activate console mode in the target settings.
03-05-2020 09:58 AM
The output is printed into "Debug Output" window that you can open from "Windows" menu.