> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/enable-debug-webview-for-embedded-safari-in-remote-desktop-manager-macos.md).

# Activer le débogage WebView pour Safari intégré dans Remote Desktop Manager macOS

Le débogage d'une page web rendue dans un WebView peut s'avérer très utile, notamment pour examiner minutieusement sa mise en page, explorer les subtilités de son design ou résoudre des complications JavaScript complexes. Suivez ces étapes pour activer le débogage WebView pour Safari intégré dans Remote Desktop Manager macOS.

### Activer les outils de développement Safari

1. Ouvrez ***Safari***.
2. Sélectionnez ***Safari – Préférences***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6065.png" alt=""><figcaption></figcaption></figure>
3. Accédez à ***Avancé***.
4. Cochez ***Afficher le menu Développement dans la barre des menus***. Les ***Outils de développement Safari*** sont maintenant disponibles depuis le ***menu Développement dans la barre des menus***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6066.png" alt=""><figcaption></figcaption></figure>

### Activer le débogage WebView pour Safari intégré

1. Fermez Remote Desktop Manager.
2. Depuis le Terminal (Terminal.app), exécutez la commande suivante : `defaults write com.devolutions.remotedesktopmanager WebKitDeveloperExtras -bool true`
3. Ouvrez Remote Desktop Manager et naviguez vers le site web dans le navigateur intégré.
4. De retour dans Safari, accédez à ***Développement – Nom de votre machine locale***. Le site web est maintenant répertorié sous la machine locale.
5. Cliquez sur le nom du site web pour ouvrir les ***Outils de développement Safari***.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/enable-debug-webview-for-embedded-safari-in-remote-desktop-manager-macos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
