aboutsummaryrefslogtreecommitdiff
path: root/files/fr/tools/debugger
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
commit7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch)
tree004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/tools/debugger
parent39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff)
downloadtranslated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip
unslug fr: modify
Diffstat (limited to 'files/fr/tools/debugger')
-rw-r--r--files/fr/tools/debugger/break_on_dom_mutation/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/access_debugging_in_add-ons/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/breaking_on_exceptions/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/debug_eval_sources/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/disable_breakpoints/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/highlight_and_inspect_dom_nodes/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/ignore_a_source/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/open_the_debugger/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/pretty-print_a_minified_file/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/search/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/set_a_breakpoint/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/set_a_conditional_breakpoint/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/set_watch_expressions/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/step_through_code/index.html3
-rw-r--r--files/fr/tools/debugger/how_to/use_a_source_map/index.html3
-rw-r--r--files/fr/tools/debugger/index.html3
-rw-r--r--files/fr/tools/debugger/keyboard_shortcuts/index.html3
-rw-r--r--files/fr/tools/debugger/set_an_xhr_breakpoint/index.html3
-rw-r--r--files/fr/tools/debugger/source_map_errors/index.html3
-rw-r--r--files/fr/tools/debugger/ui_tour/index.html3
21 files changed, 42 insertions, 21 deletions
diff --git a/files/fr/tools/debugger/break_on_dom_mutation/index.html b/files/fr/tools/debugger/break_on_dom_mutation/index.html
index 5ab981337b..92925e2121 100644
--- a/files/fr/tools/debugger/break_on_dom_mutation/index.html
+++ b/files/fr/tools/debugger/break_on_dom_mutation/index.html
@@ -1,8 +1,9 @@
---
title: S’arrêter sur un évènement DOM
-slug: Outils/Débogueur/Comment/S_arrêter_sur_un_évènement_DOM
+slug: Tools/Debugger/Break_on_DOM_mutation
translation_of: Tools/Debugger/Break_on_DOM_mutation
translation_of_original: Tools/Debugger/How_to/Break_on_a_DOM_event
+original_slug: Outils/Débogueur/Comment/S_arrêter_sur_un_évènement_DOM
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/access_debugging_in_add-ons/index.html b/files/fr/tools/debugger/how_to/access_debugging_in_add-ons/index.html
index 5c14593f5f..9f419962a2 100644
--- a/files/fr/tools/debugger/how_to/access_debugging_in_add-ons/index.html
+++ b/files/fr/tools/debugger/how_to/access_debugging_in_add-ons/index.html
@@ -1,7 +1,8 @@
---
title: Accéder au débogage depuis un module complémentaire
-slug: Outils/Débogueur/Comment/Accéder_au_débogage_depuis_un_module_complàmentaire
+slug: Tools/Debugger/How_to/Access_debugging_in_add-ons
translation_of: Tools/Debugger/How_to/Access_debugging_in_add-ons
+original_slug: Outils/Débogueur/Comment/Accéder_au_débogage_depuis_un_module_complàmentaire
---
<div>{{ToolsSidebar}}</div><div class="warning">
<p>Il est prévu de déprécier l'utilisation des techniques décrites dans ce document. Merci de ne pas développer de nouveaux modules complémentaires en utilisant ces techniques.</p>
diff --git a/files/fr/tools/debugger/how_to/breaking_on_exceptions/index.html b/files/fr/tools/debugger/how_to/breaking_on_exceptions/index.html
index b009f06df0..8b2563f864 100644
--- a/files/fr/tools/debugger/how_to/breaking_on_exceptions/index.html
+++ b/files/fr/tools/debugger/how_to/breaking_on_exceptions/index.html
@@ -1,7 +1,8 @@
---
title: S'arrêter sur les exceptions
-slug: Outils/Débogueur/Comment/Breaking_on_exceptions
+slug: Tools/Debugger/How_to/Breaking_on_exceptions
translation_of: Tools/Debugger/How_to/Breaking_on_exceptions
+original_slug: Outils/Débogueur/Comment/Breaking_on_exceptions
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/debug_eval_sources/index.html b/files/fr/tools/debugger/how_to/debug_eval_sources/index.html
index e0c305f21a..aee0c4ddb6 100644
--- a/files/fr/tools/debugger/how_to/debug_eval_sources/index.html
+++ b/files/fr/tools/debugger/how_to/debug_eval_sources/index.html
@@ -1,7 +1,8 @@
---
title: Déboguer des sources évaluées
-slug: Outils/Débogueur/Comment/Déboguer_des_sources_évaluées
+slug: Tools/Debugger/How_to/Debug_eval_sources
translation_of: Tools/Debugger/How_to/Debug_eval_sources
+original_slug: Outils/Débogueur/Comment/Déboguer_des_sources_évaluées
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/disable_breakpoints/index.html b/files/fr/tools/debugger/how_to/disable_breakpoints/index.html
index 5ca12ea619..15a9e7507d 100644
--- a/files/fr/tools/debugger/how_to/disable_breakpoints/index.html
+++ b/files/fr/tools/debugger/how_to/disable_breakpoints/index.html
@@ -1,7 +1,8 @@
---
title: Désactiver des point d'arrêts
-slug: Outils/Débogueur/Comment/Désactiver_des_points_d_arrêts
+slug: Tools/Debugger/How_to/Disable_breakpoints
translation_of: Tools/Debugger/How_to/Disable_breakpoints
+original_slug: Outils/Débogueur/Comment/Désactiver_des_points_d_arrêts
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/highlight_and_inspect_dom_nodes/index.html b/files/fr/tools/debugger/how_to/highlight_and_inspect_dom_nodes/index.html
index 4c0299205c..73a7578637 100644
--- a/files/fr/tools/debugger/how_to/highlight_and_inspect_dom_nodes/index.html
+++ b/files/fr/tools/debugger/how_to/highlight_and_inspect_dom_nodes/index.html
@@ -1,7 +1,8 @@
---
title: Afficher en surbrillance et inspecter les nœuds DOM
-slug: Outils/Débogueur/Comment/Afficher_en_surbrillance_et_inspecter_le_DOM
+slug: Tools/Debugger/How_to/Highlight_and_inspect_DOM_nodes
translation_of: Tools/Debugger/How_to/Highlight_and_inspect_DOM_nodes
+original_slug: Outils/Débogueur/Comment/Afficher_en_surbrillance_et_inspecter_le_DOM
---
<div>{{ToolsSidebar}}</div><div class="note">
<p>Cette fonctionnalité n'est pas encore supportée par le nouveau Débogueur. Si vous avez besoin de l'utiliser, il faut changer la préférence "devtools.debugger.new-debugger-frontend" dans about:config (page interne du navigateur)</p>
diff --git a/files/fr/tools/debugger/how_to/ignore_a_source/index.html b/files/fr/tools/debugger/how_to/ignore_a_source/index.html
index 2af7f19958..b81508c5d4 100644
--- a/files/fr/tools/debugger/how_to/ignore_a_source/index.html
+++ b/files/fr/tools/debugger/how_to/ignore_a_source/index.html
@@ -1,7 +1,8 @@
---
title: Mettre une source dans une boîte noire
-slug: Outils/Débogueur/Comment/Mettre_une_source_dans_une_boîte_noire
+slug: Tools/Debugger/How_to/Ignore_a_source
translation_of: Tools/Debugger/How_to/Ignore_a_source
+original_slug: Outils/Débogueur/Comment/Mettre_une_source_dans_une_boîte_noire
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/index.html b/files/fr/tools/debugger/how_to/index.html
index 4b9f36e8fe..473dac196e 100644
--- a/files/fr/tools/debugger/how_to/index.html
+++ b/files/fr/tools/debugger/how_to/index.html
@@ -1,9 +1,10 @@
---
title: Comment faire…
-slug: Outils/Débogueur/Comment
+slug: Tools/Debugger/How_to
tags:
- TopicStub
translation_of: Tools/Debugger/How_to
+original_slug: Outils/Débogueur/Comment
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/open_the_debugger/index.html b/files/fr/tools/debugger/how_to/open_the_debugger/index.html
index e56cd0a53c..973d8f8503 100644
--- a/files/fr/tools/debugger/how_to/open_the_debugger/index.html
+++ b/files/fr/tools/debugger/how_to/open_the_debugger/index.html
@@ -1,7 +1,8 @@
---
title: Ouvrir le Débogueur
-slug: Outils/Débogueur/Comment/Ouvrir_le_débogueur
+slug: Tools/Debugger/How_to/Open_the_debugger
translation_of: Tools/Debugger/How_to/Open_the_debugger
+original_slug: Outils/Débogueur/Comment/Ouvrir_le_débogueur
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/pretty-print_a_minified_file/index.html b/files/fr/tools/debugger/how_to/pretty-print_a_minified_file/index.html
index 4ba2ddaf91..6891ef3d78 100644
--- a/files/fr/tools/debugger/how_to/pretty-print_a_minified_file/index.html
+++ b/files/fr/tools/debugger/how_to/pretty-print_a_minified_file/index.html
@@ -1,7 +1,8 @@
---
title: Formater et indenter un fichier minifié
-slug: Outils/Débogueur/Comment/Formater_et_indenter_un_fichier_minifié
+slug: Tools/Debugger/How_to/Pretty-print_a_minified_file
translation_of: Tools/Debugger/How_to/Pretty-print_a_minified_file
+original_slug: Outils/Débogueur/Comment/Formater_et_indenter_un_fichier_minifié
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/search/index.html b/files/fr/tools/debugger/how_to/search/index.html
index 3db07016dc..b0ad5ac7b5 100644
--- a/files/fr/tools/debugger/how_to/search/index.html
+++ b/files/fr/tools/debugger/how_to/search/index.html
@@ -1,7 +1,8 @@
---
title: Rechercher
-slug: Outils/Débogueur/Comment/Search
+slug: Tools/Debugger/How_to/Search
translation_of: Tools/Debugger/How_to/Search
+original_slug: Outils/Débogueur/Comment/Search
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/set_a_breakpoint/index.html b/files/fr/tools/debugger/how_to/set_a_breakpoint/index.html
index 5f0ac95129..0f9decf86e 100644
--- a/files/fr/tools/debugger/how_to/set_a_breakpoint/index.html
+++ b/files/fr/tools/debugger/how_to/set_a_breakpoint/index.html
@@ -1,10 +1,11 @@
---
title: Ajouter un point d'arrêt
-slug: Outils/Débogueur/Comment/Ajouter_un_point_d_arrêt
+slug: Tools/Debugger/How_to/Set_a_breakpoint
tags:
- JavaScript
- Tools
translation_of: Tools/Debugger/How_to/Set_a_breakpoint
+original_slug: Outils/Débogueur/Comment/Ajouter_un_point_d_arrêt
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/set_a_conditional_breakpoint/index.html b/files/fr/tools/debugger/how_to/set_a_conditional_breakpoint/index.html
index b78dfa5a8e..da4a94215c 100644
--- a/files/fr/tools/debugger/how_to/set_a_conditional_breakpoint/index.html
+++ b/files/fr/tools/debugger/how_to/set_a_conditional_breakpoint/index.html
@@ -1,7 +1,8 @@
---
title: Ajouter un point d’arrêt conditionnel
-slug: Outils/Débogueur/Comment/Ajouter_un_point_d_arrêt_conditionnel
+slug: Tools/Debugger/How_to/Set_a_conditional_breakpoint
translation_of: Tools/Debugger/How_to/Set_a_conditional_breakpoint
+original_slug: Outils/Débogueur/Comment/Ajouter_un_point_d_arrêt_conditionnel
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/set_watch_expressions/index.html b/files/fr/tools/debugger/how_to/set_watch_expressions/index.html
index 0ee376dc77..8bcda6d67f 100644
--- a/files/fr/tools/debugger/how_to/set_watch_expressions/index.html
+++ b/files/fr/tools/debugger/how_to/set_watch_expressions/index.html
@@ -1,7 +1,8 @@
---
title: Ajouter une expression espionne
-slug: Outils/Débogueur/Comment/Set_Watch_Expressions
+slug: Tools/Debugger/How_to/Set_Watch_Expressions
translation_of: Tools/Debugger/How_to/Set_Watch_Expressions
+original_slug: Outils/Débogueur/Comment/Set_Watch_Expressions
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/step_through_code/index.html b/files/fr/tools/debugger/how_to/step_through_code/index.html
index 9e3d8a3ae7..d156f6179b 100644
--- a/files/fr/tools/debugger/how_to/step_through_code/index.html
+++ b/files/fr/tools/debugger/how_to/step_through_code/index.html
@@ -1,7 +1,8 @@
---
title: Parcourir le code
-slug: Outils/Débogueur/Comment/Parcourir_le_code
+slug: Tools/Debugger/How_to/Step_through_code
translation_of: Tools/Debugger/How_to/Step_through_code
+original_slug: Outils/Débogueur/Comment/Parcourir_le_code
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/how_to/use_a_source_map/index.html b/files/fr/tools/debugger/how_to/use_a_source_map/index.html
index fb9c4d3c8b..be70341f89 100644
--- a/files/fr/tools/debugger/how_to/use_a_source_map/index.html
+++ b/files/fr/tools/debugger/how_to/use_a_source_map/index.html
@@ -1,7 +1,8 @@
---
title: Utiliser une cartographie de code source
-slug: Outils/Débogueur/Comment/Utiliser_une_source_map
+slug: Tools/Debugger/How_to/Use_a_source_map
translation_of: Tools/Debugger/How_to/Use_a_source_map
+original_slug: Outils/Débogueur/Comment/Utiliser_une_source_map
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/index.html b/files/fr/tools/debugger/index.html
index 9ad5a4fead..ede7606721 100644
--- a/files/fr/tools/debugger/index.html
+++ b/files/fr/tools/debugger/index.html
@@ -1,6 +1,6 @@
---
title: Débogueur
-slug: Outils/Débogueur
+slug: Tools/Debugger
tags:
- Debugger
- Debugging
@@ -8,6 +8,7 @@ tags:
- Firefox OS
- Tools
translation_of: Tools/Debugger
+original_slug: Outils/Débogueur
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/keyboard_shortcuts/index.html b/files/fr/tools/debugger/keyboard_shortcuts/index.html
index b3d4e9b803..7dd7f34bf0 100644
--- a/files/fr/tools/debugger/keyboard_shortcuts/index.html
+++ b/files/fr/tools/debugger/keyboard_shortcuts/index.html
@@ -1,7 +1,8 @@
---
title: Raccourcis clavier
-slug: Outils/Débogueur/Raccourcis_clavier
+slug: Tools/Debugger/Keyboard_shortcuts
translation_of: Tools/Debugger/Keyboard_shortcuts
+original_slug: Outils/Débogueur/Raccourcis_clavier
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/set_an_xhr_breakpoint/index.html b/files/fr/tools/debugger/set_an_xhr_breakpoint/index.html
index 30e6bfd813..6d23bf5882 100644
--- a/files/fr/tools/debugger/set_an_xhr_breakpoint/index.html
+++ b/files/fr/tools/debugger/set_an_xhr_breakpoint/index.html
@@ -1,7 +1,8 @@
---
title: Set an XHR breakpoint
-slug: Outils/Débogueur/Set_an_XHR_breakpoint
+slug: Tools/Debugger/Set_an_XHR_breakpoint
translation_of: Tools/Debugger/Set_an_XHR_breakpoint
+original_slug: Outils/Débogueur/Set_an_XHR_breakpoint
---
<p>{{ToolsSidebar}}</p>
diff --git a/files/fr/tools/debugger/source_map_errors/index.html b/files/fr/tools/debugger/source_map_errors/index.html
index dba0164fa6..3c7c1ff7e0 100644
--- a/files/fr/tools/debugger/source_map_errors/index.html
+++ b/files/fr/tools/debugger/source_map_errors/index.html
@@ -1,7 +1,8 @@
---
title: Erreurs des source map
-slug: Outils/Débogueur/Source_map_errors
+slug: Tools/Debugger/Source_map_errors
translation_of: Tools/Debugger/Source_map_errors
+original_slug: Outils/Débogueur/Source_map_errors
---
<div>{{ToolsSidebar}}</div>
diff --git a/files/fr/tools/debugger/ui_tour/index.html b/files/fr/tools/debugger/ui_tour/index.html
index 44c25e1835..a5b1870c21 100644
--- a/files/fr/tools/debugger/ui_tour/index.html
+++ b/files/fr/tools/debugger/ui_tour/index.html
@@ -1,7 +1,8 @@
---
title: Visite guidée de l'interface utilisateur
-slug: Outils/Débogueur/Visite_guidée_de_l_interface_utilisateur
+slug: Tools/Debugger/UI_Tour
translation_of: Tools/Debugger/UI_Tour
+original_slug: Outils/Débogueur/Visite_guidée_de_l_interface_utilisateur
---
<div>{{ToolsSidebar}}</div>