Changes between Version 3 and Version 4 of DebuggingSansVisualStudio
- Timestamp:
- 11/22/10 19:31:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingSansVisualStudio
v3 v4 69 69 If 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: 70 70 {{{ 71 #!cobra 71 72 print variable_name 72 73 }}}