Jeff,
1) Is the c++ code built with Debug symbols (CMAKE_BUILD_TYPE=Debug)
2) Have you installed your built files? When running from python, VSCode
uses the current PYTHONPATH in the environment and loads the .so files from
there, not from the build directory
Josh
On Mon, Nov 14, 2022 at 8:29 P
Thanks, Josh.
1. I do build with debugging, and I also turn off optimizations.
1. I have installed, because when I try to run the flow graph (from the
launch.json line that is, "args":
["-u","/home/jeff/gr-jeff/examples/flowgraph_test.py"]), the flow graph will
not start. When I chang