Debugging with VSCODE

I am creating a farm using nRF5340 Audio.

I am building and debugging using VSCODE, but suddenly the debugging behavior has become strange.

The symptom is that when step execution is performed using debugging, execution does not proceed (no response is returned) from the streamctrl_start() function.

The same phenomenon occurs with the source that I was working on until yesterday, and the phenomenon does not change even after updating and reinstalling NCS, and reinstalling VSCODE.

Do you know what is the cause?

Parents Reply
  • So if I am understanding you correctly, I assume you've programmed one of the default nordic Audio applications using NCS 2.6.0, to an 5340 Audio DK? And then when stepping through the code, you find that can't step into streamctrl_start(), after stepping into bt_mgmt_init()?

    I am not too familiar with the code in that sample myself, but it could be something time critical that is not working when you step through the code like that. 

    Could you show me where you find stream_ctrl_start?

    Regards,

    Elfving

Children
No Data
Related