Jump to content

Stetson McGraw

NI
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by Stetson McGraw

  1. If you're seeing the message "No debuggable applications or runtime libraries found", it means you were able to query the target machine for debuggable applications, but the application's debug server did not start successfully. In this case, I would suggest restarting the application. However, if you get the text message "Failed to lookup debuggable applications or shared libraries", it could mean two things. 1. The National Instruments Service Locator is not started. The Service Locator is used by debuggable applications and other NI services to register their pertinent information for other client applications to look up. You can check and start the Service Locator manually by going to the command prompt and entering "net start nisvcloc". You will need to restart your application after this to make sure it registers with the Service Locator. 2. If after step 1, you see the message "The requested service has already been started", it means the Service Locator was running fine, but the firewall blocked the service locator from opening its listen port. You can configure your firewall to open the port 3580. It is likely that you will also need to configure your firewall to always allow your built application to open any port it needs to allow debug connections.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.