When you let the debuggee continue executing in the background and the debugger window is not the frontmost window, the debugger window moves to the front when some event causes the debuggee to stop executing. Events inlcude hitting a breakpoint, watchpoint, or synchpoint, reaching the end of a program, or if a signal or exception causes the debuggee to stop. This feature is enabled by default.
To stop the debugger from automatically moving to the front when the debuggee stops executing:
Copyright © 2001-2011, Intel Corporation. All rights reserved.