Inconsistent Debugging with nRF Connect SDK on PC

Hello team,

        We are in the process of migrating from the nRF5 SDK to the nRF Connect SDK for our upcoming projects.

        We have followed all the official setup and installation steps for nRF Connect SDK on our desktop PC (Windows). As a quick test, we successfully ran the beacon example on the nRF52832 DK — everything worked as expected.

       However, when testing the central_uart example, we encountered inconsistent behavior during debugging:

Sometimes the project debugs successfully. and other times, it fails to start the debugger.

      Interestingly, after adding logging configurations in the project’s prj.conf file, it occasionally works — but still not consistently.

     To cross-check, we ran the same central_uart example on a laptop setup with identical installation steps — and it works reliably every time.

Query:
      Are there any known issues, limitations, or dependencies when using nRF Connect SDK on a desktop PC vs a laptop setup? Could there be any hardware, driver, or USB-related factors that might cause such inconsistent debugging behavior on PC?

      Any insights, suggestions, or similar experiences would be greatly appreciated.

Related