Location.Node( id1,id2,id3 )@[ startLine..endLine ]
Description:
Maps the LabVIEW node to the first and last line in the generated C code that implements the node. This entry locates the LabVIEW node when a user sets a breakpoint or single-steps in the generated C code. This entry is used only when you have integrated the LabVIEW debugger with an IDE.
Parameters:
id1,id2,id3 are the internal LabVIEW IDs that locate the LabVIEW node on the block diagram.
startLine is the first line number in the C file that implements the LabVIEW node.
endLine is the last line number that implements the LabVIEW node.
Example:
Location.Node(13,14,17)@[559..565]