aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/linux-mobile/linuxdev-processes.qdoc
blob: c3515fa5dc27fd183ca54003ec87088e239de12d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 the Devices tab in Devices preferences}
        \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}
*/