Doc: Debug port no longer specified in Run Settings

Update screenshot.

Change-Id: I10ad908a118b67584f30aac741a3d0ddc3b85c0a
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2016-04-12 15:28:47 +02:00
parent 491c6deb45
commit 5c67b798da
2 changed files with 1 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -3,17 +3,11 @@
\image qtquick-debugging-settings.png "Debugger Settings" \image qtquick-debugging-settings.png "Debugger Settings"
To select the languages to debug, select the \uicontrol {Enable C++} and To select the languages to debug, select the \uicontrol {Enable C++} and
\uicontrol {Enable QML} check boxes. The \uicontrol {Debug port} is the port to \uicontrol {Enable QML} check boxes.
communicate with the debugger. You can use any free port in the registered
or dynamic port range.
\note Opening a socket at a well-known port presents a security risk. Anyone \note Opening a socket at a well-known port presents a security risk. Anyone
on the Internet could connect to the application that you are debugging and on the Internet could connect to the application that you are debugging and
execute any JavaScript functions. Therefore, you must make sure that the execute any JavaScript functions. Therefore, you must make sure that the
port is properly protected by a firewall. port is properly protected by a firewall.
If you debug more than one application at a time, you might receive an error
message stating that the port is already in use. Specify a free port number
in \uicontrol {Debug port} and try again.
For more information about debugging, see \l{Debugging}. For more information about debugging, see \l{Debugging}.