Skip to content
Snippets Groups Projects
Commit bb543b32 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc - update managing sessions section

Task-number: QTCREATORBUG-2430

Reviewed-by: hjk
parent beb4af4b
No related branches found
No related tags found
No related merge requests found
...@@ -4666,17 +4666,21 @@ ...@@ -4666,17 +4666,21 @@
\title Managing Sessions \title Managing Sessions
When you exit Qt Creator, a snapshot of your current workspace is stored When you exit Qt Creator, a snapshot of your current workspace is stored
as a session. as a \e session. A session is an arbitrary collection of:
A session is a collection of:
\list \list
\o Open projects with their dependencies \o Open projects with their dependencies (including SUBDIRS projects)
\o Open editors \o Open editors
\o Breakpoints and watches \o Breakpoints and watches
\o Bookmarks \o Bookmarks
\endlist \endlist
If you work on a project and need to switch to another project for a A session is personal, that is, not meant to be shared. It is not
supposed to reflect the project structure. It contains personal data, such as
bookmarks and breakpoints that are usually not of interest to other developers
working on the same projects.
For example, if you work on a project and need to switch to another project for a
while, you can save your workspace as a session. This makes it easier while, you can save your workspace as a session. This makes it easier
to return to working on the first project later. to return to working on the first project later.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment