Skip to content

Commit

Permalink
Improve dev tools disabled message.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamidev committed Mar 1, 2024
1 parent e0014bf commit fe4fcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/src/cef/client_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class ClientHandler : public CefClient, public CefLifeSpanHandler, public CefLoa
//browser->GetHost()->ShowDevTools(info, this, CefBrowserSettings(), CefPoint());

#ifndef NDEBUG
printf("Dev Tools are disabled for CEF in BrowserWindow, because it is broken.\n");
printf("Dev Tools are disabled for CEF in BrowserWindow, because it is broken. Use remote debugging instead.\n");
#endif
}

Expand Down

0 comments on commit fe4fcb8

Please sign in to comment.