nRF Connect for VS Code, part 5: Debugging

Поділитися
Вставка

КОМЕНТАРІ • 17

  • @nbslnbslnbsl
    @nbslnbslnbsl Рік тому +8

    Great introduction.
    All essential tools are here and the user interface is so much clearer than traditional eclipse based IDE.
    The thread view and status will be very usefull.
    Congrats for the work done here ! Very pleasing to see a chip manufacturer so much involved into the user experience of devellopers.

    • @NordicSemi
      @NordicSemi  Рік тому +3

      Thank you for taking your time to give us such valuable feedback.

  • @derickchou3731
    @derickchou3731 9 місяців тому +2

    Very Strange. There isn't "Enable Debug Option" for selection in my Edit Build Configuration but only "Use System Build" Instead.

    • @NordicSemi
      @NordicSemi  9 місяців тому +1

      We have changed the "Debug options" checkbox to a dropdown for controlling the overall optimization level. This allows you to not just switch between debugging or release optimization in the compiler, but specify exactly what sort of optimizations you would like to enable. See releases notes for more info: nrfconnect.github.io/vscode-nrf-connect/release_notes/connect/2023.9.169.html#select-build-optimization-level

  • @emrullahcelik7704
    @emrullahcelik7704 Рік тому +3

    As a long time vs code user, I am mesmerized with these. Thank you for the great work.

    • @NordicSemi
      @NordicSemi  Рік тому

      Thank you for sharing your feedback!

    • @1996BRECHT
      @1996BRECHT Рік тому

      Indeed, the integration is amazing! Outstanding work Nordic!

    • @NordicSemi
      @NordicSemi  Рік тому

      @@1996BRECHT thanks a lot!

  • @kitKat-by6kk
    @kitKat-by6kk 7 місяців тому +1

    the enable debug option @ 0:29 in build configuration winidow is not present as an option in the latest... ?

    • @NordicSemi
      @NordicSemi  7 місяців тому +1

      The "optimization level" dropdown menu has replaced this checkbox. Select "optimize for debugging" there to enable debugging.

    • @kitKat-by6kk
      @kitKat-by6kk 7 місяців тому +1

      yep, i thought that..@@NordicSemi

  • @danielmelendrez1616
    @danielmelendrez1616 Рік тому +1

    I am STRONGLY considering migrating some of my applications to nRF solutions. This workflow feels quite straightforward and VERY WELL implemented. Microchip/Atmel should be VERY scared now XD

    • @NordicSemi
      @NordicSemi  Рік тому

      To help you get started we have free courses in our DevAcademy. We recommend checking it out: academy.nordicsemi.com/

  • @stavrosfilippas9260
    @stavrosfilippas9260 Рік тому

    I followed all the instructions but my Thread Viewer is empty...

    • @NordicSemi
      @NordicSemi  Рік тому

      Have you you turned on the debug options? (Please see: nrfconnect.github.io/vscode-nrf-connect/guides/debug_use.html#how-to-enable-debugging).
      If this is turned on, please reach out directly to our tech support team on DevZone with as much details as you have for them to help out: devzone.nordicsemi.com/

    • @stavrosfilippas9260
      @stavrosfilippas9260 Рік тому

      @@NordicSemi I did, the issue was I needed to pause the execution to get the Thread View to update, thanks

    • @NordicSemi
      @NordicSemi  Рік тому

      @@stavrosfilippas9260 thanks for sharing that you found out what the issue was, and solved it.