Skip to content

Add support for module debugging #305

@daviwil

Description

@daviwil

In addition to debugging scripts, we should also support the debugging of modules. If the user sends a .psd1 file as the script to debug, we could just load that module into the session and then allow the user to type whatever commands they like in the debug console to execute the module code where they've set breakpoints.

We could also allow a way for the user to specify a "startup script" inline, basically just a few lines of script code that get executed just after the module is loaded.

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