Advanced Debugger Features
- Some debuggers have a harder time with
- Library code (sometimes precompiled)
 - Pausing at the end of a loop
 - Debugging a remote system
 
 - Some debuggers will
- Try to "decompile" compiled libraries
 - Let you pause based on a code condition
 - Let you debug a running system
 
 
3 / 18