Skip to content

Commit 811b9dd

Browse files
authored
Merge pull request #355 from tableau/Update-debugging-note
Update trex_debugging.md
2 parents f872268 + e22ebca commit 811b9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/trex_debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The debugger will pause each time the first statement of a script runs, allowing
138138
---
139139

140140

141-
#### Reload closes debugging connection
141+
#### Reload closes debugging connection (2020.1 and earlier)
142142

143143

144144
While you are debugging your extension, there are times you might want to reload or refresh your web page to execute and debug different parts of your code. However, when you click **Reload** from the shortcut menu to reload your extension, the remote debugger loses the connection with the extension. The reason for this is that **Reload** option tears down and re-creates the browser control, which means you'll need to establish a new debugging session.

0 commit comments

Comments
 (0)