Changes for page Using the debugger

Last modified by Ramsey Gurley on 2009/01/05 23:58

From version 4.1
edited by Ramsey Gurley
on 2009/01/05 23:58
Change comment: There is no comment for this version
To version 7.1
edited by Ramsey Gurley
on 2008/12/30 10:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,6 +34,6 @@
34 34  
35 35  Finally, the "Drop to frame" button allows you to restart a method, and return the the very beginning of it. It's like a rewind button. If you select a method in your debug view and then press "Drop to frame" all the methods in the stack above it will disappear and you can follow execution all the way back up to the point of your breakpoint and beyond if you like.
36 36  
37 -One last thing worth mentioning is that you can also view the value of a variable in your source by simply hovering the mouse cursor over the variable in the source code.
37 +On last thing worth mentioning is that you can also view the value of a variable in your source by simply hovering the mouse cursor over the variable in the source code.
38 38  
39 39  [[image:picture7.png]]