Changes between Version 7 and Version 8 of Debugging With Visual Studio


Ignore:
Timestamp:
Feb 27, 2011 4:10:01 PM (13 years ago)
Author:
dbates@webkit.org
Comment:

Fix misspelled word; "pauses all processes" should be "pause all processes".

Legend:

Unmodified
Added
Removed
Modified
  • Debugging With Visual Studio

    v7 v8  
    2222There are two ways to see which process the debugger is currently operating on, and to switch the current process: the Processes window and the Debug Location toolbar. You can open the Processes window using `Debug > Windows > Processes` or `Ctrl+Shift+Alt+P`. You can show the Debug Location toolbar using `View > Toolbars > Debug Location`.
    2323
    24 Visual Studio will always pauses all processes (i.e., you can't pause just one process). Similarly, Visual Studio will always step all processes when using the Step In/Over/Out commands.
     24Visual Studio will always pause all processes (i.e., you can't pause just one process). Similarly, Visual Studio will always step all processes when using the Step In/Over/Out commands.
    2525
    2626= Inspecting WebKit2 API types =