DbgShell icon indicating copy to clipboard operation
DbgShell copied to clipboard

Fix bp with just an address

Open jazzdelightsme opened this issue 3 years ago • 0 comments

Set-DbgBreakpoint with just a simple address (like "bp $exentry") was broken, because PS could not resolve the parameter set.

This change fixes it by specifying more completely the possible valid parameter sets.

(thanks to ReneNyffenegger for the report)

jazzdelightsme avatar Apr 05 '21 06:04 jazzdelightsme