From dd81116b9ac54ca0d7bc2bffefac1eb5d457b4c6 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Wed, 10 Jan 2018 11:48:19 -0800 Subject: [PATCH] Update trex_release-notes.md Updated release notes to include a note about remote debugging. --- docs/trex_release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/trex_release-notes.md b/docs/trex_release-notes.md index 0aa9068f..87982f4e 100644 --- a/docs/trex_release-notes.md +++ b/docs/trex_release-notes.md @@ -38,7 +38,16 @@ Subsequently, when you drag the **Extension** on the dashboard, the dialog box s For information about the HTTPS requirements for extensions, see [Security and Tableau Extensions]({{site.baseurl}}/docs/trex_security.html) +**Remote Debugging** +Due to changes in this release, remote debugging does not work as expected in Tableau Desktop. To enable debugging, you must add the `--remote-debugging-port=8696` option to the command used to start Tableau. The easiest way to do this is to open the Tableau shortcut on the **Start** menu. Open the file location of the Tableau shortcut. Right-click the Tableau shortcut and click **Properties**. In the Target text box, append the remote debugging option to the command. Do not enclose the option in quotation marks. +``` + "C:\Program Files\Tableau\Tableau main\bin\tableau.exe" --remote-debugging-port=8696 +``` +For information about debugging extensions, see [Remote Debugging of JavaScript and HTML]({{site.baseurl}}/docs/trex_debugging.html). + + +--- ### Developer Preview (0.7.0) *November 29, 2017*