8000 add post-mortem mode to enter debugger · Issue #7916 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

add post-mortem mode to enter debugger #7916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
p0W3RH311 opened this issue Oct 1, 2018 · 1 comment
Closed

add post-mortem mode to enter debugger #7916

p0W3RH311 opened this issue Oct 1, 2018 · 1 comment
Labels
Resolution-Duplicate The issue is a duplicate. WG-Interactive-Debugging debugging PowerShell script

Comments

@p0W3RH311
Copy link
p0W3RH311 commented Oct 1, 2018

Steps to reproduce

add new parameterset to Set-PSBreakpoint

PS C:\> Set-PSBreakpoint -Script ./divisionbyzero.ps1 -PostMortem # or -OnError
PS C:\> ./divisionbyzero.ps1
DBG >> list
   1...
   2...
-> 3  1/0
   4... 
@p0W3RH311 p0W3RH311 changed the title add script mode and post-mortem mode to enter debugger add post-mortem mode to enter debugger Oct 1, 2018
@iSazonov
Copy link
Collaborator
iSazonov commented Oct 2, 2018

Dup #2830.

@iSazonov iSazonov added Resolution-Duplicate The issue is a duplicate. WG-Interactive-Debugging debugging PowerShell script labels Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate The issue is a duplicate. WG-Interactive-Debugging debugging PowerShell script
Projects
None yet
Development

No branches or pull requests

3 participants
0