Closed utkarsh0902311047 closed 6 months ago
What you can do is install the package in editable mode and debug Python inputs/outputs. If you wanna debug C++ code, there is currently no way besides doing print debugging and running python setup.py develop
again.
This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?
Hi, I want to run the fps algorithm in editable mode to understand its working with batch and print out the various variable's values. How can I do that? Also is there any Python version of it instead of C++.