M.Y, Hovering over variables does work… Sometimes. Ido have to hover over a couple of times ona few occasions. One time hovering over the variables didn’t work at all. Are you asking because of my previous post in this thread? Just curious since I don’t mention that before. I was a bit shocked to see variables and values (on the variables tab) that I had defined In a previously loaded, and the unloaded, project. Thanks, --john
We ask because hover over variables uses an entirely different way to get the debug state from the simulator. This is the way we intend to replace the current debugger implementation with. It will allow us to do many more and exciting things, like extract autocomplete symbols from a running program, match the static analysis results to the debugger results to improve accuracy and retrieve keys that can’t be retrieved via pairs, and implement watches in a way that won’t require eval.
We are working on the debugger and should have a fix within a few days. It would still help us if you could send a specific test case so we can add it to our unit tests and ensure the problem is actually fixed.
Regards,
M.Y. Developers