Skip to content

Show Python Process names in debugger #1377

@mschurr

Description

@mschurr

You can get the current Python process name as follows:

import multiprocessing
print(multiprocessing.current_process().name)

However, in the pane in the debugger which lists all processes/threads, processes still show up as "Subprocess 1234" even when the process name is set. It would be nice to expose the process name instead of (or in addition to) the PID (if it is set).

see also: https://superfastpython.com/process-name/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions