Set breakpoint by pattern and/or on specific module.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 17 Mar 2011 12:18:12 +0200
changeset 856 4f14f6abbf77
parent 855 928d26058a00
child 857 97fa4a9e7ed7
Set breakpoint by pattern and/or on specific module.
windows-devel.rst
--- a/windows-devel.rst	Thu Mar 17 12:13:02 2011 +0200
+++ b/windows-devel.rst	Thu Mar 17 12:18:12 2011 +0200
@@ -47,6 +47,12 @@
   sxe ld <module>
   sxe ud <module>
 
+** Set breakpoint by pattern and/or on specific module.
+
+  bm <module>!<name>    # set breakpoints on 'module' with name 'name'
+  bm *!<prefix>*        # set breakpoints on all names with prefix 'prefix'
+  bm <module>!*         # set breakpoints on all names in module 'module'
+
 * Running at startup.
 
   HKCU\Software\Microsoft\Windows\CurrentVersion\Run