debugging - lldb set maximum watchpoint count -


i facing little problem lldb, whenever want watch expression, error:

error: watchpoint creation failed (addr=0x61f2e70, size=4). error: number of supported hardware watchpoints (0) has been reached

and when

watchpoint list -b

it tells me

number of supported hardware watchpoints: 0

no watchpoints set.

is there command in lldb set maximum count of possible watchpoints / supported watchpoints?

thanks

the platform you're debugging not support hardware breakpoints, or if does, support not configured version of lldb you're using.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -