On 03/31/2021 03:47 PM, Jeff S wrote:
While using GNURadio v3.7, I used to be able to perform source-level debugging with Visual Studio Code (probably more often than I'd like to admit) using the instructions located at:

    https://wiki.gnuradio.org/index.php/UsingVSCode


I have now upgraded to use v3.8 and just tried to do the same thing. But now with v3.8, I get "Unknown Source" for my code within the debugger. I can start up and run just fine, but can't get to my source or breakpoints. I built using:

    cmake ../ -DCMAKE_BUILD_TYPE=Debug
    -DCMAKE_EXPORT_COMPILE_COMMANDS=true


so I could see that I get the "-g" in the compile commands is actually set. Just curious if anyone else is using it or having troubles. Hopefully it's one of those obvious things I have done wrong.

Thanks,
Jeff



_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
This is definitely a question for the discuss-gnuradio mailing list, not usrp-users.


_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to