Add some codes into engine source,but added code don't debug

I download engine source,and use vs2015 to compile with ‘debuggame editor’,I want track code execution flow and write several codes into engine source,then I start debug,but breakpoint don’t be set on these added rows.it is seem that added code’ debug simbol is miss!!!.

Try building for “Debug Editor”, instead of “DebugGame Editor”.

thank you verymuch,your answer is right!!!

Glad to hear you are back on track. Can you mark my answer to close your question? It’s the check-mark to the left of the answer.

By the way, this is how it is for the other build configurations. If you want to debug your game only then use the configurations with “DebugGame” in their name. If you want to debug the engine (game/editor/server) then you need the configurations with “Debug” in their name. If you don’t have to debug the engine then always use DebugGame because it’s much less of almost everything (symbols, compile time, CPU use, etc).