# HG changeset patch # User Oleksandr Gavenko # Date 1300357193 -7200 # Node ID 97fa4a9e7ed7f94273ba1a2adac28740da5a9f47 # Parent 4f14f6abbf77182696b401b4b6dd804e0092af55 software breakpoints diff -r 4f14f6abbf77 -r 97fa4a9e7ed7 windows-devel.rst --- a/windows-devel.rst Thu Mar 17 12:18:12 2011 +0200 +++ b/windows-devel.rst Thu Mar 17 12:19:53 2011 +0200 @@ -53,6 +53,9 @@ bm *!* # set breakpoints on all names with prefix 'prefix' bm !* # set breakpoints on all names in module 'module' +'bp', 'bm' commands sets software breakpoints, debugger replaces the processor instruction with a +break instruction. + * Running at startup. HKCU\Software\Microsoft\Windows\CurrentVersion\Run