Skip to content

debugger: Allow users to include PickProcessId in debug tasks and resolve Pid#42913

Merged
Anthony-Eid merged 2 commits intomainfrom
task-pid-modal
Nov 20, 2025
Merged

debugger: Allow users to include PickProcessId in debug tasks and resolve Pid#42913
Anthony-Eid merged 2 commits intomainfrom
task-pid-modal

Conversation

@Anthony-Eid
Copy link
Contributor

@Anthony-Eid Anthony-Eid commented Nov 17, 2025

Closes #33286

This PR adds support for Zed's $ZED_PICK_PID command in debug configurations, which allows users to select a process to attach to at debug time. When this variable is present in a debug configuration, Zed automatically opens a process picker modal.

Follow up for this will be integrating this variable in the task system instead of just the debug configuration system.

Release Notes:

  • Added $ZED_PICK_PID variable for debug configurations, allowing users to select which process to attach the debugger to at runtime

Co-authored-by: Remco Smits <djsmits12@gmail.com>
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Nov 17, 2025
@Anthony-Eid Anthony-Eid changed the title Allow users to include PickProcessId in debug tasks and resolve Pid debugger: Allow users to include PickProcessId in debug tasks and resolve Pid Nov 17, 2025
@Anthony-Eid Anthony-Eid marked this pull request as ready for review November 20, 2025 15:12
@Anthony-Eid Anthony-Eid merged commit 56401fc into main Nov 20, 2025
24 checks passed
@Anthony-Eid Anthony-Eid deleted the task-pid-modal branch November 20, 2025 15:13
mikayla-maki pushed a commit that referenced this pull request Nov 20, 2025
…olve Pid (#42913)

Closes #33286

This PR adds support for Zed's `$ZED_PICK_PID` command in debug
configurations, which allows users to select a process to attach to at
debug time. When this variable is present in a debug configuration, Zed
automatically opens a process picker modal.

Follow up for this will be integrating this variable in the task system
instead of just the debug configuration system.

Release Notes:

- Added `$ZED_PICK_PID` variable for debug configurations, allowing
users to select which process to attach the debugger to at runtime

---------

Co-authored-by: Remco Smits <djsmits12@gmail.com>
11happy pushed a commit to 11happy/zed that referenced this pull request Dec 1, 2025
…olve Pid (zed-industries#42913)

Closes zed-industries#33286

This PR adds support for Zed's `$ZED_PICK_PID` command in debug
configurations, which allows users to select a process to attach to at
debug time. When this variable is present in a debug configuration, Zed
automatically opens a process picker modal.

Follow up for this will be integrating this variable in the task system
instead of just the debug configuration system.

Release Notes:

- Added `$ZED_PICK_PID` variable for debug configurations, allowing
users to select which process to attach the debugger to at runtime

---------

Co-authored-by: Remco Smits <djsmits12@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant