microsoft / DbgShell

A PowerShell front-end for the Windows debugger engine.
MIT License
674 stars 89 forks source link

Allow 'bp <UInt64-addr>' #98

Closed ReneNyffenegger closed 3 years ago

ReneNyffenegger commented 3 years ago

Reduce the number of parameter-sets in Set-DbgBreakpoint to remove ambuigity when trying to resolve Set-DbgBreakpoint such as Set-DbgBreakpoint $exentry

ReneNyffenegger commented 3 years ago

Dan, I created this pull request because I need to be able to break on an exe's entry point:

bp $exentry

With this pull request, I seem to be able to do that now. Unfortunately, I am not sure if it breaks other use cases of the bp command.