From 731a4f42977e98f10ba76df05d33a1f2cda20e59 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 14 Dec 2016 09:27:37 +0200 Subject: Remove references to Firebug and the firebug chapter from the documentation (#7977) --- documentation/advanced/advanced-debug.asciidoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'documentation/advanced/advanced-debug.asciidoc') diff --git a/documentation/advanced/advanced-debug.asciidoc b/documentation/advanced/advanced-debug.asciidoc index 3bbd6eb931..3ff5a55ab4 100644 --- a/documentation/advanced/advanced-debug.asciidoc +++ b/documentation/advanced/advanced-debug.asciidoc @@ -69,7 +69,7 @@ corners. The [guibutton]#Minimize# button minimizes the debug window in the corner of the browser window, and the [guibutton]#Close# button closes it. If you use the Firebug plugin for Firefox or the Developer Tools console in -Chrome, the log messages will also be printed to the Firebug console. In such a +Chrome, the log messages will also be printed to the inspector console. In such a case, you may want to enable client-side debugging without showing the Debug Window with " ?debug=quiet" in the URL. In the quiet debug mode, log messages will only be printed to the console of the browser debugger. @@ -141,9 +141,8 @@ The [guibutton]#Select a component in the page to inspect it# button lets you select a component in the UI by clicking it and display its client-side properties. -To view the HTML structure and CSS styles in more detail, you can use Firebug in -Firefox, or the Developer Tools in Chrome, as described in -<>. Firefox also has a built-in feature for inspecting HTML and CSS. +To view the HTML structure and CSS styles in more detail, you can use Inspector in +Firefox or the Developer Tools in Chrome. [[advanced.debug.hierarchy.analyze]] -- cgit v1.2.3