Doc: Restructure info about remote Linux devices

Task-number: QTCREATORBUG-29361
Change-Id: If78cdeb28b0efb522aea871ae9f20e7742afd127
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2024-05-06 10:46:43 +02:00
parent d96615eee8
commit f9b097436b
21 changed files with 323 additions and 269 deletions

View File

@@ -0,0 +1,26 @@
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page creator-how-to-manage-device-processes.html
\previouspage creator-how-tos.html
\ingroup creator-how-to-remote-linux
\title Manage device processes
To view and end processes running on embedded platforms:
\list 1
\li Go to \preferences > \uicontrol Devices > \uicontrol Devices.
\li Select an embedded device.
\image qtcreator-preferences-devices-remote-linux.webp {Remote Linux Device in Devices}
\li Select \uicontrol {Show Running Processes}.
\li Filter the processes by name or ID.
\li To update the process list, select \uicontrol {Update List}.
\li To end a process, select it in the list, and then select
\uicontrol {Kill Process}.
\endlist
\sa {Develop for Devices}{How To: Develop for Devices}, {Devices}
*/