RE: VS Code for QA Tests

2022-11-15 Thread Jeff S
est runs to completion without breaking. Jeff From: Josh Morman Sent: Tuesday, November 15, 2022 8:54 AM To: Jeff S Cc: discuss-gnuradio@gnu.org Subject: Re: VS Code for QA Tests Jeff, 1) Is the c++ code built with Debug symbols (CMAKE_BUILD_TYPE=Debug) 2) Have you installed your built files? W

Re: VS Code for QA Tests

2022-11-15 Thread Josh Morman
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

VS Code for QA Tests

2022-11-14 Thread Jeff S
I have been using VS Code for debugging code according to https://wiki.gnuradio.org/index.php/UsingVSCode. I thought I would try doing the same thing but using the Python QA tests to start the code rather than the flow graph Python. I can't seem to get the C++ code to break when using the QA