Supporting Multiple Processes

The debugger supports concurrently debugging multiple processes at the same time, but at any given time, it is only operating on a single process, known as the current process. The debugger variable $curprocess contains the ID for this process. Naming and switching the debugger between processes is described in Debugging Multiple Processes.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.