Robert Meek wrote: > I've tried to stop this as well but it seems impossible. What I > hate most is that it goes into debug mode and then if you just want to > pause > for a moment and check something you have to change the desktops again. I > don't mind if I set a breakpoint, but it should only occur when wanted!
What kinds of things do you have to check, that you need to change the IDE layout while you're debugging? If all you need to do is check an initial property value, just press F11 to bring up the Object Inspector; no need to switch out of the debug layout for that. Pressing the pause button doesn't switch out of the debug layout for me. Neither does stopping at a breakpoint. If it did, then the debug layout would be completely useless since the debug windows are only active while the program is paused. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

