06-13-2009 06:36 AM
Hello list,
Using LV8.2 on Windows XP here.
I have two LV EXE's that run simultaneously on the same PC.
Both are set in the Build Specs to "Enable Debugging", but when I try to connect to them to debug, only one is listed. (the first of the EXE's to load)
Is it possible to set both to enable debugging and select the one I want to debug?
Thanks,
Mike
06-15-2009 07:17 PM - edited 06-15-2009 07:19 PM
You should be able to select the application you would like to debug
From the LabVIEW Help: Debugging Applications and Shared Libraries
...
5. From the Project Explorer window, select Operate»Debug Application or Shared Library to display the Debug Application or Shared Library dialog box. The dialog box displays a list of applications and shared libraries with debugging enabled.
...
7.Select the application or shared library you want to debug.
06-16-2009 07:38 AM
Huter,
Thanks for the reply - I figured out my (first) problem - I didn't copy over the ini file that starts the debugger...so now I can see the front panel of the application. Problem is, I have the front panel of my application set up to hide the title bar & menus, so they are also not displayed on the debugging screen (in fact an area about the same size as what the menu would take up is also missing from the top of the screen).
So the problem is I can't get to the block diagram. Is there a way to do this...CTRL+E doesn't seam to work.
Mike
06-18-2009 08:44 AM
06-18-2009 08:49 AM
Thanks for the tip. I'll try that.
Mike
03-15-2010 08:34 AM
LV2009 has the ability to right-click on the front panel and a pop-up window is displayed allowing you to open the Block Diagram. This feature exists as long as you have "Allow default run-time shortcut menus" checked (in the "Customize Window Appearance" screen of the VI properties).
Bruce