Home All Groups Group Topic Archive Search About
Author
15 Jan 2006 1:03 AM
fbouabcha
Hi,
My problem is the  breakpoint doesn't work, I have the red line but it
doesn't stop.

Thanks a lot.

Author
15 Jan 2006 1:57 AM
Ken Tucker [MVP]
Hi,

              Make sure you are running the program in debug.  Break points
are ignored in release mode.

Ken
----------------------
Show quoteHide quote
"fbouabcha" <fbouab***@hotmail.com> wrote in message
news:OxDkE%23WGGHA.1132@TK2MSFTNGP10.phx.gbl...
> Hi,
> My problem is the  breakpoint doesn't work, I have the red line but it
> doesn't stop.
>
> Thanks a lot.
>
>
Author
15 Jan 2006 2:05 AM
Jay Taplin
This may be silly, but are you pressing CTRL+F5 to run your program, or just
F5/clicking the start button?  If you run using CTRL+F5, the VB IDE doesn't
intervene...

Jay Taplin, MCP
Author
15 Jan 2006 8:09 AM
Cor Ligthert [MVP]
fbouhbcha,

A windowsform or a website project?

Cor
Author
15 Jan 2006 10:12 AM
Jumeli
Apart from considering all the above points,
also try to close the project and reopen and recompile.Sometimes, in debug
mode , we might be looking into the new code , but the debugger will be
looking into old code.




Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:e3mEnraGGHA.3200@tk2msftngp13.phx.gbl...
> fbouhbcha,
>
> A windowsform or a website project?
>
> Cor
>