blob: f9b947c0a7d543443c6ffb0939697d1cdcd3847a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# These strings are used inside the Web Console commands
# which can be executed in the Developer Tools, available in the
# Browser Tools sub-menu -> 'Web Developer Tools'
# Usage string for :trace command
webconsole-commands-usage-trace =
:trace
Be- és kikapcsolja a JavaScript nyomkövetőt
A következő argumentumokat támogatja:
--logMethod lehet „console” a webkonzolra történő naplózáshoz (az alapértelmezett), vagy „stdout” a szabványos kimenetre történő naplózáshoz,
--prefix nem kötelező karakterlánc, amely az összes nyomkövetési naplósor elé lesz írva,
--help vagy --usage ezen üzenet megjelenítése.
|