Skip to content

How to debug and develop? #368

Answered by turboderp
qianlong0502 asked this question in Q&A
Discussion options

You must be logged in to vote

I wish I had more time to write documentation, but things are moving way too fast.

For development I mostly use PyCharm which has a very competent Python debugger that I couldn't really live without. Stepping through functions and inspecting variables along the way is by far the best way to get familiar with any project, I find.

A lot of the CUDA parts are written separately (in various bespoke ways) before being integrated, and there isn't really any method to that. I've tried setting up CUDA debugging but haven't had much luck so far (it's really hard!) though I do have Visual Studio set up on a Windows PC which is handy as a dev environment for the non-CUDA C++ parts.

There isn't much …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@qianlong0502
Comment options

Answer selected by qianlong0502
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants