4d61726b / VirtualKD-Redux

VirtualKD-Redux - A revival and modernization of VirtualKD
GNU Lesser General Public License v2.1
777 stars 136 forks source link

DbgBreakPoint() gets grayed on interaction #31

Closed muniategui closed 3 years ago

muniategui commented 3 years ago

Describe the bug DbgBreakPoint() on start appears grayed out, however after closing vmmon64.exe and reopening again it appears ungrayed. If you interact with the checkbox it gets grayed and appears unmarked however after restaring again vmmon64 it appears marked and ungrayed.

To Reproduce Steps to reproduce the behavior: Open vmmon64, mark DbgBreakPoint() on start Check that it gets grayed (not interactuable) and not marked Close vmmon64 Open vmmon64 Check that now its not grayed and marked

Expected behavior No need to restark vmmon to mark or unmark the option

Screenshots imagen Clicked once: imagen After closing and reopening vmmon: imagen

Configuration (please complete the following information):

4d61726b commented 3 years ago

Thanks for reporting this. The issue has been fixed in 4f0e1e89f68384ac7577f338cd5e05453a686157. The closest behavior to "-b" in Windbg Preview is "-d" and that checkbox has been aliased to that command line argument.