Fix watchpoint support
Setting of watchpoints was nested inside of a case statement, so it would only run for that case, even though it supports all cases.
parent
f4a83ff3
Please register or sign in to comment
Setting of watchpoints was nested inside of a case statement, so it would only run for that case, even though it supports all cases.