08-30-2017 11:41 PM
CVI Version:2015
I run a project,it can build successfully.And .exe file runs normally.
But ! I can't debug project(the green button of tools),Build Ouput window only shows that "Build succeeded",but nothing happened after that.If I click the window of CVI software,it response free.
And I can debug other projects successfully.
How can I solve this?
08-31-2017 04:37 AM
Which target have you selected (see Build >> Target type)? The debug button (green arrow) is grayed out if you select a static library as the target.
08-31-2017 06:18 AM
Thanks for the answer.
I select executable mode,And debug button stays green all the time.