Changes between Version 5 and Version 6 of code/tools/Debugging
- Timestamp:
- May 14, 2013, 2:06:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/Debugging
v5 v6 27 27 3. Type '''watch ''varname''''' 28 28 29 === Useful lCommands ===29 === Useful Commands === 30 30 Below is a list of usefull commands (type ''help command'' for more information) 31 31 || x/wa || examine the memory at a certain address (e.g. determine class of an object) ||