We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb50cf commit 39881e7Copy full SHA for 39881e7
1 file changed
cefpython/cef3/subprocess/cefpython_app.cpp
@@ -56,8 +56,8 @@ void CefPythonApp::OnBeforeCommandLineProcessing(
56
// CefRenderHandler::OnRenderThreadCreated() which sets
57
// the debug options. Thus debugging will always be Off
58
// at the time this method is called. The fix for that
59
- // is to keep the command line string in a global variable
60
- // and call DebugLog later in OnRenderThreadCreated().
+ // is to keep the command line string somewhere and call
+ // DebugLog later in OnRenderThreadCreated().
61
if (g_debug) {
62
DebugLog(logMessage.c_str());
63
} else {
0 commit comments