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.
Seems like there is something preventing the simulator from making a tcp connection. Any other errors shown? Can you also send the IDE logs via help-> send logs.
The problem might be fixed in the update (1.9.02). It turns out the infinite numbers were not being deserialized properly and it caused incomplete debugger dumps. If this was the problem you were having it is resolved. Please try it and let us know.
I installed the updates that were available today, and now when I click on the Debug or Run button, nothing happens… program does not run, no breakpoints, etc.
I looked in Tools -> Options, and I noticed this that there is nothing in the Plugins screen… its all purple. Here is a link to a picture if you need to see it.
Please either re-update it or go to help->User directory-> and delete the “system plugins” folder. This will force it to copy those over from the app/program files.
I am having the same problem here on my Win7 machine… earlier today I could not get Glider to boot, but found that I could rename the ‘dev’ directory in AppData. Doing this gets Glider to load, but no variables appear in the debug window at breakpoints.
I again lost the ability load Glider a few times along the way. Do you want logs or a copy of the bad ‘dev’ directory?
The problem had to do with the Aluminium Oxide look and feel. Upon switching to the system native look and feel the problem went away. This will now be the default look and feel for all windows installations from now on.
Thanks for the fix and super support! Yes, when I switched to the standard system theme, the problem with the debugger was fixed.
A little more information: I actually suspected that my messing with the editor font size might have been the problem with the debugger variable display early on. But I made the assumption that when I de-installed and re-installed Glider, that Glider would be reset to defaults. So when the re-install did not fix the problem, I rejected the editor font change as the cause…