diff --git a/src/drivers/Qt/ConsoleDebugger.cpp b/src/drivers/Qt/ConsoleDebugger.cpp index bd8df0ff..42209a64 100644 --- a/src/drivers/Qt/ConsoleDebugger.cpp +++ b/src/drivers/Qt/ConsoleDebugger.cpp @@ -4374,9 +4374,9 @@ static int getGameDebugBreakpointFileName(char *filepath) } filepath[i] = '.'; i++; + filepath[i] = 'f'; i++; filepath[i] = 'd'; i++; filepath[i] = 'b'; i++; - filepath[i] = 'g'; i++; filepath[i] = 0; return 0;