Another newbie WINDBG question

Hello All,

How to set break point in a device driver source code file?

Everytime I try to set a breakpoint,

it gives the msg “Debugee must be stopped before breakpoints can be
modified” .

I also tried by shutting down the target machine , but still it is giving
the same msg.

Thanks
Basudeb


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hit Ctrl+Break when debugger is connected. Use .open command (you
can do the same from File menu) to open the source file. Use g command (or
hit F5) to resume target machine.

Enjoy.

Alexey Logachyov
xxxxx@vba.com.by
VirusBlokAda ltd.
http://www.vba.com.by

----- Original Message -----
From: “Basudeb”
To: “File Systems Developers”
Sent: Tuesday, November 27, 2001 11:46 AM
Subject: [ntfsd] Another newbie WINDBG question

> Hello All,
>
> How to set break point in a device driver source code file?
>
> Everytime I try to set a breakpoint,
>
> it gives the msg “Debugee must be stopped before breakpoints can be
> modified” .
>
> I also tried by shutting down the target machine , but still it is giving
> the same msg.
>
> Thanks
> Basudeb
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@vba.com.by
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Press “Break” button on WinDbg’s toolbar or Ctrl-Break to break the execution and do to the debugger’s console.
You cannot use the WinDbg’s command line in “non-broken” state either.

Max

----- Original Message -----
From: “Basudeb”
To: “File Systems Developers”
Sent: Tuesday, November 27, 2001 12:46 PM
Subject: [ntfsd] Another newbie WINDBG question

> Hello All,
>
> How to set break point in a device driver source code file?
>
> Everytime I try to set a breakpoint,
>
> it gives the msg “Debugee must be stopped before breakpoints can be
> modified” .
>
> I also tried by shutting down the target machine , but still it is giving
> the same msg.
>
> Thanks
> Basudeb
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com