diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch) | |
tree | 86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/tools/debugger | |
parent | 68fc8e96a9629e73469ed457abd955e548ec670c (diff) | |
download | translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2 translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip |
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/tools/debugger')
-rw-r--r-- | files/pt-br/tools/debugger/how_to/set_watch_expressions/index.html | 7 | ||||
-rw-r--r-- | files/pt-br/tools/debugger/index.html | 3 | ||||
-rw-r--r-- | files/pt-br/tools/debugger/set_a_logpoint/index.html | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/files/pt-br/tools/debugger/how_to/set_watch_expressions/index.html b/files/pt-br/tools/debugger/how_to/set_watch_expressions/index.html index 232074130f..d2908b2b6d 100644 --- a/files/pt-br/tools/debugger/how_to/set_watch_expressions/index.html +++ b/files/pt-br/tools/debugger/how_to/set_watch_expressions/index.html @@ -1,13 +1,14 @@ --- -title: 'Examine, modify, and watch variables' -slug: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' +title: Examine, modify, and watch variables +slug: Tools/Debugger/How_to/Set_Watch_Expressions tags: - expressão de observação - variáveis watch - watch expression - watch variables translation_of: Tools/Debugger/How_to/Set_Watch_Expressions -translation_of_original: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' +translation_of_original: Tools/Debugger/How_to/Examine,_modify,_and_watch_variables +original_slug: Tools/Debugger/How_to/Examine,_modify,_and_watch_variables --- <div>{{ToolsSidebar}}</div><div class="note"> <p>Este componente não está ainda suportado no novo debugger. Se você precisar disto, você pode, por agora, voltar para o velho debugger para visitá-lo no about:config e configula-lo no "devtool.debugger.new-debugger-frontend" preferência para falso.</p> diff --git a/files/pt-br/tools/debugger/index.html b/files/pt-br/tools/debugger/index.html index 225f4cb20a..88a7af5785 100644 --- a/files/pt-br/tools/debugger/index.html +++ b/files/pt-br/tools/debugger/index.html @@ -1,7 +1,8 @@ --- title: Depurador -slug: Tools/Depurador +slug: Tools/Debugger translation_of: Tools/Debugger +original_slug: Tools/Depurador --- <div>{{ToolsSidebar}}</div> diff --git a/files/pt-br/tools/debugger/set_a_logpoint/index.html b/files/pt-br/tools/debugger/set_a_logpoint/index.html index 0a9b75f07d..8e39e89c73 100644 --- a/files/pt-br/tools/debugger/set_a_logpoint/index.html +++ b/files/pt-br/tools/debugger/set_a_logpoint/index.html @@ -1,7 +1,8 @@ --- title: Set a logpoint -slug: Tools/Depurador/Set_a_logpoint +slug: Tools/Debugger/Set_a_logpoint translation_of: Tools/Debugger/Set_a_logpoint +original_slug: Tools/Depurador/Set_a_logpoint --- <p>{{ToolsSidebar}}</p> |