Developer Center |
Tuesday August 19, 2008
The Debug contextual menu will now take into account the full expression to display a variable. For instance, if you leave your cursor on X in "A.X", then the command sent to the debugger is "print a.x". This also works with more complex expressions like "A(5) . X" (or if there are comments in the middle of the expression).
Posted
in Development Log, GPS