-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Break action preference #8205
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
Merged
daxian-dbw
merged 65 commits into
PowerShell:master
from
KirkMunro:break-action-preference
Aug 23, 2019
Merged
Break action preference #8205
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
95faef4
added Break to ActionPreference enum
KirkMunro ff98f41
add Break ActionPreference support
KirkMunro b2e32be
CodeFactor changes
KirkMunro 37bbbde
updated type accelerator pester test
KirkMunro f7240d2
Changes requested by @PaulHigin in code review
KirkMunro f0fcb96
Moving TriggerObject into ScriptDebugger class
KirkMunro e7a6402
CodeFactor changes
KirkMunro 6549a99
Merge branch 'master' into break-action-preference
KirkMunro 19bbc5b
Merge branch 'break-action-preference' of https://github.com/KirkMunr…
KirkMunro bdcfd7f
updated typeaccelerator count for test
KirkMunro d0f8347
fixed job debugging; fixed position message in jobs
KirkMunro 1200839
CodeFactor changes
KirkMunro dcfe3f2
add break on exception when using EAP.Break
KirkMunro 84f09ad
Merge branch 'master' into break-action-preference
KirkMunro 2d5209b
CodeFactor changes
KirkMunro 9e4c895
CodeFactor changes
KirkMunro 06220cc
Code review change
iSazonov 2af4fff
Code review change
iSazonov 6387110
fixed to break even with trap or try/catch
KirkMunro 4d379cb
merged changes made during code review
KirkMunro 8c4a4ee
Merge branch 'master' into break-action-preference
KirkMunro 2ff53ac
codacy changes
KirkMunro 0127e34
refactor to fix broken Pester tests
KirkMunro 2963303
refactor for code review
KirkMunro 31c5d52
removed checks for ActionPreference.Ignore and Suspend
KirkMunro 58afb06
code review changes
KirkMunro a5309ce
removed ActionPreference.Suspend (per #9570)
KirkMunro ed43f0f
removed EA.Suspend use from tests
KirkMunro 271d2ea
Merge branch 'master' into break-action-preference
KirkMunro c45bff5
Merge branch 'master' into break-action-preference
KirkMunro f1b1e51
review feedback; refactored $? reassignments
KirkMunro 4bbc564
add argument labels for self-documenting code
KirkMunro ba365b5
Merge branch 'master' into break-action-preference
KirkMunro 53b8a0a
Merge branch 'master' into break-action-preference
KirkMunro 8720567
Merge branch 'master' into break-action-preference
KirkMunro 0885b36
Merge branch 'master' into break-action-preference
KirkMunro a04796a
Merge branch 'master' into break-action-preference
KirkMunro b7534d3
Merge branch 'master' into break-action-preference
KirkMunro 3c8cf82
replace AP.Suspend (it's being removed in #10223)
KirkMunro e840416
remove accidental changes
KirkMunro f1b226c
minor correction to previous commit
KirkMunro 4c4f20e
CodeFactor
KirkMunro cf2db5c
replace tests that are updated elsewhere
KirkMunro f321fb4
replace tests that are removed elsewhere
KirkMunro e6f8f9b
fix Pester test failure
KirkMunro f646130
Merge branch 'master' into break-action-preference
KirkMunro f3fdb35
replace mistakenly removed keywords
KirkMunro 0efbd38
add automated tests for local debugger
KirkMunro ac2fe73
add job debugging test
KirkMunro bd631b5
minor change to Pester test
KirkMunro f2bd96e
remove temporary Pester tag
KirkMunro 2b18ac0
Merge branch 'master' into break-action-preference
KirkMunro 2e0e87b
change stepInto to stepOver in tests
KirkMunro 56c135c
remove $Host.Runspace from Pester test
KirkMunro 65a3b40
Merge branch 'master' into break-action-preference
KirkMunro df85bd9
replace unused variable with discard
KirkMunro c35f5b7
add #9474 test and update HelpersDebugger module
KirkMunro fc1e874
remove lines that shouldn't have been checked in
KirkMunro fe935c8
Add one space for the named parameter uses
daxian-dbw d1aca86
changes based on review feedback
KirkMunro 98f1f34
Merge branch 'break-action-preference' of https://github.com/KirkMunr…
KirkMunro 8510eec
Merge branch 'master' into break-action-preference
KirkMunro 2525daa
Merge branch 'master' into break-action-preference
KirkMunro a5ed191
removed type accelerator; added enum values
KirkMunro 231739f
update test to reflect removal of type accelerator
KirkMunro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.