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
2 changes: 1 addition & 1 deletion docs/trex_debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The debugger will pause each time the first statement of a script runs, allowing
---


#### Reload closes debugging connection
#### Reload closes debugging connection (2020.1 and earlier)


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.
Expand Down