xg-chu/CrowdDet

How to debug?

Closed this issue · 2 comments

Thanks a lot for your well done work!
I want to know how to debug your project. I don't have the visual interface console such as Pycharm, I could only debug the project by "import pdb pdb.set_trace()". But I find that the pdb module can't work in your project and always automatically exit the debugging state.
Do you have any suggestions? Thanks a lot!

Sorry, I have no idea about why pdb can't be used in this project.

Well, thank you anyway.