hi?
I configured my os design with setting build option to be able to use break
point.
But I set a break point to a code and boot the target device via ethernet
boot, the boot process was not stopped at the break point. The color of the
break point is changed but the system is not stopped there.
what's wrong?

Re: break point by Paul

Paul
Fri Apr 11 08:15:22 PDT 2008

Generally, that means that the code didn't get to the breakpoint. You could
insert a harder breakpoint, a call to DebugBreak(), into the code and see if
that stops it, but I'd start out assuming that the line with the break was
never executed.

Paul T.

"daniel" <daniel@discussions.microsoft.com> wrote in message
news:9FE8318E-4828-4FA0-9F72-483AD69634E2@microsoft.com...
> hi?
> I configured my os design with setting build option to be able to use
> break
> point.
> But I set a break point to a code and boot the target device via ethernet
> boot, the boot process was not stopped at the break point. The color of
> the
> break point is changed but the system is not stopped there.
> what's wrong?