-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request