Difference between revisions of "Debugging"
								
								Jump to navigation
				Jump to search
				
				
		
		|  (Created page with 'Describe here how to debug applications and games.  *What are breakpoints *What use does a stacktrace have? *How do you find the caller of a function?  Also what tools are used l…') | |||
| Line 1: | Line 1: | ||
| Describe here how to debug applications and games. | Describe here how to debug applications and games. | ||
| − | *What are breakpoints | + | *What are breakpoints. Software Breakpoints (Int 3), Hardware Breakpoints (Int 1) | 
| *What use does a stacktrace have? | *What use does a stacktrace have? | ||
| *How do you find the caller of a function? | *How do you find the caller of a function? | ||
| Also what tools are used like OllyDbg, softICE, CE, etc... | Also what tools are used like OllyDbg, softICE, CE, etc... | ||
Revision as of 02:58, 8 August 2009
Describe here how to debug applications and games.
- What are breakpoints. Software Breakpoints (Int 3), Hardware Breakpoints (Int 1)
- What use does a stacktrace have?
- How do you find the caller of a function?
Also what tools are used like OllyDbg, softICE, CE, etc...

