LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating applications does not include the debug and back panel.

I create quite a few .exe's for distribution and generally have no problems. But recently I have a had problem on one that is mysterious so I decided add the debugging features which are supposed to give me the back panel and allow tracing. As far as I can see, all the proper switches are set in the application builder for debugging, but I never get the items I expect either in the Operate, Tools or Window menus and can't pull up the back panel.

Has anyone been able to make this work correctly and do you have any tips for me?

Thanks,

Dave

0 Kudos
Message 1 of 4
(2,991 Views)

A few things are important:

In the build setting of the executable enter the option 'Allow remote debugging'

Show the menu bar of the main VI.

 

From your development LabVIEW you go to 'Operate->Debug application...' you enter the machine name where the actual executable is allready running.

LabVIEW will try to connect, and you can select the VI to open. With the menu option 'Window' Show Block diagram you can see the code and put probes inplace.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 4
(2,972 Views)

Thanks Ton.

I had missed that you could debug only from a remote machine. I understand you can truly only debug from a machine with Labview on board, but tracing ability would be nice.

Thanks again,

Dave

Message Edited by Rimfire on 02-24-2009 09:47 AM
0 Kudos
Message 3 of 4
(2,955 Views)

Rimfire wrote:

Thanks Ton.

I had missed that you could debug only from a remote machine. I understand you can truly only debug from a machine with Labview on board, but tracing ability would be nice.

Thanks again,

Dave

Message Edited by Rimfire on 02-24-2009 09:47 AM

Hi Dave,

 

You can debug an executable on the local machine as well, just put 'localhost' as computer name from LabVIEW.

The only important thing to remember is that you need LabVIEW to debug.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 4 of 4
(2,942 Views)