Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/docs/debug/trex_debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ The remote debugging port (for example, `8696`) must match the port address you

:::

:::important

If using the `QTWEBENGINE_REMOTE_DEBUGGING` environment variable to enable remote debugging, **unset it when done**. Leaving this variable set allows unauthenticated remote access to your extension’s runtime, creating a remote code execution vulnerability.

:::

---

## Debugging Tableau Desktop using Chrome/Chromium
Expand Down
Loading