Questions and Answers
- How to debug a
CCTVscript?
CCTV modules should be run through a python script which can be created based on the instructions available under the CCTV Usage section in the nbdev documentation.
Set the launch.json (which is used for debugging) "justMyCode" to false in order to dive into the cctv modules while debugging. Set some breakpoints appropriately and launch the script in debug mode.