Wiki

Changes between Version 3 and Version 4 of DebuggingSansVisualStudio

Show
Ignore:
Timestamp:
11/22/10 19:31:00 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingSansVisualStudio

    v3 v4  
    6969If you want to step in that method and see what happens, press '''s'''. At any time, you can see the value of the variables by writing: 
    7070{{{ 
     71#!cobra 
    7172print variable_name 
    7273}}}