Jump to content

Search the Community

Showing results for tags 'breakpoints'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Software & Hardware Discussions
    • LabVIEW Community Edition
    • LabVIEW General
    • LabVIEW (By Category)
    • Hardware
  • Resources
    • LabVIEW Getting Started
    • GCentral
    • Code Repository (Certified)
    • LAVA Code on LabVIEW Tools Network
    • Code In-Development
    • OpenG
  • Community
    • LAVA Lounge
    • LabVIEW Feedback for NI
    • LabVIEW Ecosystem
  • LAVA Site Related
    • Site Feedback & Support
    • Wiki Help

Categories

  • *Uncertified*
  • LabVIEW Tools Network Certified
  • LabVIEW API
    • VI Scripting
    • JKI Right-Click Framework Plugins
    • Quick Drop Plugins
    • XNodes
  • General
  • User Interface
    • X-Controls
  • LabVIEW IDE
    • Custom Probes
  • LabVIEW OOP
  • Database & File IO
  • Machine Vision & Imaging
  • Remote Control, Monitoring and the Internet
  • Hardware

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Company Website


Twitter Name


LinkedIn Profile


Location


Interests

Found 1 result

  1. ## Accessing Breakpoints and Wire Values in Preallocated Clone VIs (LabVIEW Scripting) Hello, As part of automating certain debugging workflows, I’m looking to programmatically: - Place breakpoints on SubVIs, or - Read values flowing through wires (yes, I’m aware this involves using private properties — if anyone knows from which version of LabVIEW these became accessible, I’d be glad to know!). This is trivial when working with **non-reentrant VIs** via the `Diagram` property. However, things get complicated with **reentrant VIs** (specifically *preallocated clones*): Accessing the `Diagram` property on such a clone returns the **top-level VI’s diagram reference**, not the actual clone's diagram. As a result, I can’t access the relevant references for SubVIs or wires within that clone instance. ### Why I believe it’s still possible: - The **Breakpoint Manager** correctly detects and removes breakpoints on objects *inside* clone diagrams. 👉 This implies it has access to these internals and may be able to **set** breakpoints programmatically too — which is exactly what I’d like to do. - The **Probe Watch Window** can read values from wires within clone diagrams. 👉 Again, this confirms some internal visibility and access. I’m fully aware this might involve using **undocumented or unsupported LabVIEW features** (e.g., hidden `.ini` keys, private scripting APIs, or heap introspection). --- If anyone has insights, experience, or any direction to offer, I’d greatly appreciate your help! Thanks in advance!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.