You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Start-DebugAttachSession function
Adds the `Start-DebugAttachSession` cmdlet which can be used to launch a
new attach session debug request inside an existing launched debug
session. This allows a script being debugged to launch a child debugging
session using more dynamic environment information without requiring end
users to manually setup the launch.json configuration.
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Remote mandatory param and update logic to exclude temp consoles
* Update module/PowerShellEditorServices/Commands/Public/Start-DebugAttachSession.ps1
* Add startDebugging tests
* Skip test in CLM
* Add test timeout and -AsJob test
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
The Start-DebugAttachSession function can start a new debug session that is attached to the specified PowerShell instance.
52
+
49
53
### [Test-ScriptExtent](Test-ScriptExtent.md)
50
54
51
55
The Test-ScriptExtent function can be used to determine if a ScriptExtent object is before, after, or inside another ScriptExtent object. You can also test for any combination of these with separate ScriptExtent objects to test against.
0 commit comments