forked from qt-creator/qt-creator
Doc: WS only change
Change-Id: I62dde2475d28f87fa5c77412e21eda29da97acd1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -455,7 +455,7 @@
|
|||||||
\li To leave the current function or subfunction, press \key{Shift+F11}
|
\li To leave the current function or subfunction, press \key{Shift+F11}
|
||||||
(\key{Command+Shift+T} on OS X).
|
(\key{Command+Shift+T} on OS X).
|
||||||
|
|
||||||
\li To continue running the program, press \key{F5}.
|
\li To continue running the program, press \key {F5}.
|
||||||
|
|
||||||
\li To run to the line containing the cursor, press \key{Ctrl+F10}
|
\li To run to the line containing the cursor, press \key{Ctrl+F10}
|
||||||
(\key{Shift+F8} on OS X).
|
(\key{Shift+F8} on OS X).
|
||||||
@@ -567,9 +567,9 @@
|
|||||||
\li Click the breakpoint marker in the text editor.
|
\li Click the breakpoint marker in the text editor.
|
||||||
|
|
||||||
\li Select the breakpoint in the \uicontrol Breakpoints view and press
|
\li Select the breakpoint in the \uicontrol Breakpoints view and press
|
||||||
\key{Delete}.
|
\key {Delete}.
|
||||||
|
|
||||||
\li Select \uicontrol{Delete Breakpoint} in the context menu in the
|
\li Select \uicontrol {Delete Breakpoint} in the context menu in the
|
||||||
\uicontrol Breakpoints view.
|
\uicontrol Breakpoints view.
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
@@ -833,7 +833,7 @@
|
|||||||
Right-click the view to open a context menu that contains menu items for
|
Right-click the view to open a context menu that contains menu items for
|
||||||
reloading data and opening files.
|
reloading data and opening files.
|
||||||
|
|
||||||
By default, the \uicontrol{Source Files} view is hidden.
|
By default, the \uicontrol {Source Files} view is hidden.
|
||||||
|
|
||||||
\section2 Viewing Disassembled Code and Register State
|
\section2 Viewing Disassembled Code and Register State
|
||||||
|
|
||||||
@@ -975,7 +975,7 @@
|
|||||||
For each line in the \uicontrol{Locals and Expressions} view, a string like the
|
For each line in the \uicontrol{Locals and Expressions} view, a string like the
|
||||||
following needs to be created and channeled to the debugger plugin.
|
following needs to be created and channeled to the debugger plugin.
|
||||||
\code
|
\code
|
||||||
{iname='some internal name', # optional
|
{iname='some internal name', # optional
|
||||||
addr='object address in memory', # optional
|
addr='object address in memory', # optional
|
||||||
name='contents of the name column', # optional
|
name='contents of the name column', # optional
|
||||||
value='contents of the value column',
|
value='contents of the value column',
|
||||||
@@ -1127,7 +1127,7 @@
|
|||||||
output produced by \c putItem is replaced by the output of:
|
output produced by \c putItem is replaced by the output of:
|
||||||
|
|
||||||
\code
|
\code
|
||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
d.put('value="<invalid>",type="<unknown>",numchild="0",')
|
d.put('value="<invalid>",type="<unknown>",numchild="0",')
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
@@ -1203,7 +1203,7 @@
|
|||||||
\l{http://www.avira.com/en/support-for-business-knowledgebase-detail/kbid/805}
|
\l{http://www.avira.com/en/support-for-business-knowledgebase-detail/kbid/805}
|
||||||
{Restricted Usability of IDE/Debuggers since 2010-12-08}.
|
{Restricted Usability of IDE/Debuggers since 2010-12-08}.
|
||||||
|
|
||||||
\section1 Debugger Does Not Hit Breakpoints
|
\section1 Debugger Does Not Hit Breakpoints
|
||||||
|
|
||||||
You might have created a release build that does not contain debug
|
You might have created a release build that does not contain debug
|
||||||
information. A GNU Compiler Collection (GCC) debug build has the \c {-g}
|
information. A GNU Compiler Collection (GCC) debug build has the \c {-g}
|
||||||
|
Reference in New Issue
Block a user