How can I get a debuggable version of my game to load in the editor?

Still haven’t figured this out. What type of build are most people using for C++ projects? The only way I’ve found to debug some things is with very verbose logging, which is cumbersome compared to being able to step through the code.