Skip to content

Add support for module debugging #349

@daviwil

Description

@daviwil

We should add support for module debugging by allowing the user to easily set the .psd1 file in their launch.json without having to edit it manually. If we add a new VS Code command like "Select module (.psd1) to be debugged", we could display a quick pick dialog that lists all of the .psd1 files found in the workspace. The user can select one of those and their launch.json will be updated automatically. The next time they hit F5, the debugger will load their module and then allow them to type commands in the debug console (or integrated terminal once that's ready) to exercise their module code.

This corresponds to PowerShell/PowerShellEditorServices#305.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions