Breakpoint doesn't work

I’m developing driver for NT4.0. Development station has NT4.0 SP6, original
DDK(1996) and Visual Studio 6.0 SP3.
Test station has Checked Build NT4.0 SP6. I use WinDBG 3.0.10.0. When I set
a breakpoint and start my driver,
it just ignores the breakpoint. Anybody has a clue?
Thank You in advance

Martin Hasal
ZPA-DP a.s.
Karlovarska 49, 36221 Nejdek
Czech Republic
Email: xxxxx@zpa-dp.cz


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

First verify that you are loading symbols for your driver. “!sym noisy”
should help.

Second in order for a bp to be hit the code the bp is set on needs to
execute. Seems obvious, but I recently dealt with someone who didn’t
seem to understand that.

-----Original Message-----
From: Hasal Martin [mailto:xxxxx@zpa-dp.cz]
Sent: Friday, August 17, 2001 5:49 AM
To: Kernel Debugging Interest List
Subject: [windbg] Breakpoint doesn’t work

I’m developing driver for NT4.0. Development station has NT4.0 SP6,
original
DDK(1996) and Visual Studio 6.0 SP3.
Test station has Checked Build NT4.0 SP6. I use WinDBG 3.0.10.0. When I
set
a breakpoint and start my driver,
it just ignores the breakpoint. Anybody has a clue?
Thank You in advance

Martin Hasal
ZPA-DP a.s.
Karlovarska 49, 36221 Nejdek
Czech Republic
Email: xxxxx@zpa-dp.cz


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


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

One think to check is if the code where you want to put the break point is
/* commented */ or #undef-ined. Wbr primoz

-----Original Message-----
From: Hasal Martin [mailto:xxxxx@zpa-dp.cz]
Sent: Friday, August 17, 2001 2:49 PM
To: Kernel Debugging Interest List
Subject: [windbg] Breakpoint doesn’t work

I’m developing driver for NT4.0. Development station has NT4.0 SP6, original
DDK(1996) and Visual Studio 6.0 SP3.
Test station has Checked Build NT4.0 SP6. I use WinDBG 3.0.10.0. When I set
a breakpoint and start my driver,
it just ignores the breakpoint. Anybody has a clue?
Thank You in advance

Martin Hasal
ZPA-DP a.s.
Karlovarska 49, 36221 Nejdek
Czech Republic
Email: xxxxx@zpa-dp.cz


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


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