Changes between Version 6 and Version 7 of code/tools/Debugging
- Timestamp:
- May 14, 2013, 2:06:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/Debugging
v6 v7 28 28 29 29 === Useful Commands === 30 Below is a list of useful lcommands (type ''help command'' for more information)30 Below is a list of useful 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) || 32 32 || print || print the value of a variable or function return value ||