By default,WinDbg breaks on process creation and process exit, i.e:
This is equivalent to:
The process creation break looks like this:
The process exit break looks like this:
There are command line options to disable those breaks when starting a debugging session:
-g disable the break on process creationand -G disables the break on process exit.