The debug builds will get you most of the way, but there are still some optimisations left on so some variables will be optimised out. To build a module fully debug you need to edit the Build.cs for the module and add:
OptimizeCode=CodeOptimization.Never