I would like to debug HALCON C++ code on Ubuntu in Visual Studio Code instead of Visual Studio (not code), which is not available for Ubuntu.
Is there a way to access HALCON typed variables while debugging in Visual Studio Code? And if not, is there another way to inspect or log variables?
I have tried debugging my C++ program but the HALCON variables contain pointers and can’t be visually inspected.