Theoretically, if we interrupt the execution of the app, and we right click on a variable listed in the variables' section of the debug area, we get a contextual menu with the option "Watch variableName", and if we click on it, a watchpoint is set for that variable... BUT...I always get this nasty message: "error: no variable named '$R#' found in this frame", where # varies depending on the variable I try to watch.
Am I doing something wrong here?