bl (Breakpoint List)


bl

The bl command lists current information about all breakpoints created by the bp (Breakpoint) command. For each existing breakpoint, the command displays the breakpoint number, the enabled status ('e' for enabled, 'd' for disabled, 'I' for invalid), the breakpoint address, the number of passes remaining (if any), the initial number of passes in parentheses (if any), and debugger commands to be executed when the breakpoint is reached (if any).

The following example shows a typical list:


0 d  %004010b5 [_MyTest] 4 (10) "db ds:edi"
1 eI %0040110f [_MyWndProc@16 + 5a]