Doc: setting breakpoints before attaching to a running process

Task-number: QTCREATORBUG-3170

Reviewed-by: hjk
This commit is contained in:
Leena Miettinen
2011-04-08 10:03:33 +02:00
parent a0925af7d1
commit 6cf1320184

View File

@@ -7201,8 +7201,6 @@
\gui {Debug > Start Debugging > Start and Debug External Application...}
and specify an executable.
\section2 Launching in Terminal Mode
To launch the debugger in the terminal mode, select \gui {Projects > Run Settings}
@@ -7215,6 +7213,10 @@
\gui {Debug > Start Debugging > Attach to Running External Application...},
and then select a process by its name or process ID to attach to.
You can load the source project in advance and set breakpoints in it before
attaching to an already running process. For more information, see
\l{Setting Breakpoints}.
\section2 Launching in Remote Mode
The remote mode allows you to debug processes that run on remote machines.