LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Determining if running in dev environment/debugger attached with a realtime application

Is it possible to determine on RT if you're for lack of a better term "running" in the dev environment? The App.kind property will always return Embedded LabVIEW whether or not it's a build. I'm sure that's because it deploys an EXE and attaches the development environment. I'm not using it for anything critical, but just changing some timeouts depending on the environment I'm in at app startup. 

0 Kudos
Message 1 of 3
(182 Views)

Hi Greg,

 

Have you tried using a Conditional Disable Structure ?

 

Conditional Disable Structure.png

Regards,

Raphaël.

0 Kudos
Message 2 of 3
(146 Views)

@raphschru wrote:

Hi Greg,

 

Have you tried using a Conditional Disable Structure ?

 

Conditional Disable Structure.png

Regards,

Raphaël.


 

Nope, will see if that does it!

0 Kudos
Message 3 of 3
(96 Views)