Open jazzdelightsme opened 3 years ago
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)
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)