aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
Commit message (Collapse)AuthorAgeFilesLines
...
* Doc: Describe Debugging Helper Customization fieldLeena Miettinen2021-02-011-4/+26
| | | | | | | | | | We have several user questions and bug reports about SIGSTOP preventing users from debugging, so use SIGSTOP signal handling as an example. Task-number: QTCREATORBUG-24500 Change-Id: I2243d45ef4f5354a15712567882861053d3d6a7a Reviewed-by: hjk <hjk@qt.io>
* Doc: Document argument of Dumper.Value.members()Björn Schäpers2021-01-251-2/+2
| | | | | | | Took me quite some time to figure out why my code did not work. Change-Id: I2451745762e4d9887aa220664b06f539e92ec41c Reviewed-by: hjk <hjk@qt.io>
* Doc: Remove a wrong paranthesisBjörn Schäpers2021-01-251-1/+1
| | | | | | | This does not belong there. Change-Id: I7630a47a52f6b97a6797856e229884cb4b11a515 Reviewed-by: hjk <hjk@qt.io>
* Doc: Fix broken external linksLeena Miettinen2020-09-151-4/+4
| | | | | | Change-Id: Iaf3502a8d940a5cb2eb45ee7451e834a6d4b756e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Use \MinGW to prevent broken automatically generated linksLeena Miettinen2020-09-021-1/+1
| | | | | Change-Id: Ib576e3be1035448905cc8c5bf23960450cf10057 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Describe debugger general and CDB settingsLeena Miettinen2020-08-241-2/+40
| | | | | | Task-number: QTCREATORBUG-24500 Change-Id: I9085dfdca1b59796a1ccba6db379eaa8559e724c Reviewed-by: hjk <hjk@qt.io>
* Doc: Move info about GDB settings to "Specifying Debugger Settings"Leena Miettinen2020-08-191-87/+0
| | | | | | | | ...in "Setting Up Debugger" Task-number: QTCREATORBUG-24500 Change-Id: Ibf5a35b642f9b372d9a48d5e1095678b81b246f7 Reviewed-by: hjk <hjk@qt.io>
* Doc: Describe the "Override SysRoot" option for launching debuggerLeena Miettinen2020-08-191-0/+6
| | | | | | Task-number: QTCREATORBUG-24500 Change-Id: I26f50ee57c0a7f453a3e72e4bb27aec27d9c97ca Reviewed-by: hjk <hjk@qt.io>
* Doc: Fix menu paths to submenus and items that moved to View menuLeena Miettinen2020-06-301-4/+4
| | | | | | | | | The Views and Workspaces menus as well as some menu items were moved from Windows to View. Change-Id: I2e196c09f0e9e2bf8ef1623167ec3e87ed1f77f5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Debugger: Mark a few more sub items as expandablehjk2020-06-021-4/+4
| | | | | | | | ... and remove some of the now implicit putNumChild() calls. Also, adapt docs. Change-Id: I1ab1dafada95a1703cd6a9ba5b9e7e4166b48cd9 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Remove obsolete \contentspage commandLeena Miettinen2020-05-111-5/+0
| | | | | | | This prints a QDoc warning when building with QDoc 5.15. Change-Id: Id6f4646738f3e09956a243dc0da639f5567470f3 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Update info about debuggingLeena Miettinen2020-04-011-1/+9
| | | | | | | | | - Describe GDB server init and reset command fields - Update screenshot - Describe hiding and showing columns in views Change-Id: Ifdbec54f7f9f5c07e82c9c6915cd267a031c0c25 Reviewed-by: hjk <hjk@qt.io>
* Doc: Describe GDB settingsLeena Miettinen2020-03-271-0/+87
| | | | | | Fixes: QTCREATORBUG-10831 Change-Id: I68a68f0949c5015ad7642c9e5e005759e7412823 Reviewed-by: hjk <hjk@qt.io>
* Doc: Describe new ways to customize the build processLeena Miettinen2020-03-061-2/+3
| | | | | | | | | You can select what to stop before building and what to build before running. Task-number: QTCREATORBUG-23686 Change-Id: I7d20b2ece09227f0f2ef54788efc3b83807d1a32 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Rearrange files in the doc folderLeena Miettinen2020-01-271-0/+1444
Source and configuration files for each manual are now located in a separate subdirectory, with common configuration files in doc/config. doc |_config |_qtcreator |_qtcreatordev |_qtdesignstudio Edit the config files accordingly. Change-Id: Idc747a7c16e84f3e06add91234dc5fc908e64cc5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>