01-06-2009 02:30 PM
Hi,
I am using the full-featured UI of TestStand within a LabVIEW program. When I set breakpoints in the sequence, then save the sequence, then open the sequence within the full-featured UI, the breakpoints do not appear. The breakpoints do appear when I open the sequence normally via TestStand.
Is there some way for the breakpoints to appear within the Full-Featured UI?
Cheers.
01-07-2009 09:22 AM
AK01 -
When no workspace is loaded, the TestStand engine saves the breakpoint information to the <TestStand Cfg>\TeststandPersistedOptions.opt file. When a workspace is loaded, the <workspacename>.opt file is used. However, the engine typically saves the .opt file when the workspace is saved. For the non workspace case, the engine lazily updates the <TestStand Cfg>\TeststandPersistedOptions.opt file, so I suspect that you would have to either change the workspace state by loading or closing the current workspace or close the sequence editor. The UI will only see the new settings in the .opt file when you launch it or when you change its current workspace.