This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VSCode settings

Hello,

I am trying to debug a sample program using VSCode with nRF Connect SDK v1.7.0.

1. #include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit (C:\zephyr\v1.7.0\nrf\samples\event_manager\src\main.c).

2. cannot open source file "event_manager_priv.h" (dependency of "event_manager.h")

Even vscode show errors, the program can successfully build and debug. How can I fix these squiggles errors?

Parents
  • Hi, 

    Our VS code team is looking into the issue, and it requires more time. I will be back if I have anything to update.

    Regards,
    Amanda  

  • Thank you. I’ll wait to hear back from you.

    In addition, I encounter more questions.

    How to stop the program automatically if something unexpected happened? Such as stack overflow, etc...

    Because last week I was debugging nRF9160 related program and stack overflow appeared. After few times of ungraceful disconnection to the internet, the modem enter %MDMEV: RESET LOOP.

    I have to wait 30 minutes and cannot do anything to skip this period.

Reply
  • Thank you. I’ll wait to hear back from you.

    In addition, I encounter more questions.

    How to stop the program automatically if something unexpected happened? Such as stack overflow, etc...

    Because last week I was debugging nRF9160 related program and stack overflow appeared. After few times of ungraceful disconnection to the internet, the modem enter %MDMEV: RESET LOOP.

    I have to wait 30 minutes and cannot do anything to skip this period.

Children
Related