#include <dbg.hpp>
// Go through all breakpoints, displaying the address of where they are set.
for (int i = 0; i < get_bpt_qty(); i++)
{
bpt_t bpt;
if (getn_bpt(i, &bpt))
msg("Breakpoint found at %a\n", bpt.ea);
}
![]() Flag: Tornado! Hurricane! |
|