LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

change run option

Let me try to explain my problem. I used to see this dialog box with three buttons (continue, runin debug mode and canel I think) when my project is in release mode when I hit run button from IDE/c file. Accidently I pressed don't ask me again button in that window and now when I am in release mode and hit run button from c file it overwrites my exe file but I am still working on issue.
How do I go back so that it will ask me to go to debug mode when I am in release mode and hit run button.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 4
(3,426 Views)

Hello Sheetal,

To undo that option, you'll have to manually edit the workspace file. Open the .cws file in any text editor (preferrably when it's not also loaded in CVI at the same time), and look for this option:

Warn User If Debugging Release = 0

Change the value from 0 to 1, and you're good to go.

Luis

 

 

Message 2 of 4
(3,419 Views)
Thank you Luis. That worked.
 Is this project specific seeting or global CVI setting? Because I only clicked once "do not show me this again" for a project but it applied to all of my CVI projects.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 3 of 4
(3,414 Views)
It should be project specific. When I change it for one project, it should not have an impact on other projects. Even other projects in the same workspace. Luis
0 Kudos
Message 4 of 4
(3,408 Views)