Is there a tutorial about debugging C++ classes in the Unrela engine?

I created some C++ classes and would like to debug their behaviour in Visual Studio in debug mode

Is there a documentation or tutorial on how to do this?

Thanks

You just have to run the project from your code, then all debugging functionality will be available to you.

This video goes over debugging: