forked from qt-creator/qt-creator
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:
26
doc/qtcreator/src/linux-mobile/linuxdev-processes.qdoc
Normal file
26
doc/qtcreator/src/linux-mobile/linuxdev-processes.qdoc
Normal 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}
|
||||
*/
|
||||
Reference in New Issue
Block a user