Wing's debugger provides a powerful toolset for rapidly locating and fixing bugs in single-threaded or multi-threaded Python code.

Sub-sections:

    6.0. Setting Breakpoints
    6.1. Starting Debug
    6.2. Debugger Status
    6.3. Flow Control
    6.4. Viewing the Stack
    6.5. Viewing Debug Data
      6.5.0. Stack Data View
        6.5.0.0. Popup Menu Options
      6.5.1. Problems Handling Values
    6.6. Debug Process I/O
    6.7. Debugging Multi-threaded Code
    6.8. OS X Debugging Notes