-
Notifications
You must be signed in to change notification settings - Fork 520
Closed
Labels
Issue-EnhancementA feature request (enhancement).A feature request (enhancement).
Description
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.
ThePSAdmin, dfinke, wsmelton, zionyx, martinsuchan and 2 more
Metadata
Metadata
Assignees
Labels
Issue-EnhancementA feature request (enhancement).A feature request (enhancement).