Hi,
You must be in Debug (not Release) mode for the Breakpoints to work.
Release includes no debugging information, so the breakpoint does not exist
in the actual executable code.
You observe that Debug mode works correctly, so I'm unclear why you think
that a debugging operation should work in Release mode. In general, you'd
use Release mode, only after the code has been fully debugged. There are
performance implications for executables that include debug information, so
that is one reason to not include debug information in production code.
Dick
--
Richard Grier (Microsoft MVP - Visual Basic) Hard & Software 12962 West
Louisiana Avenue Lakewood, CO 80228 303-986-2179 (voice) Homepage:
www.hardandsoftware.net Author of Visual Basic Programmer's Guide to Serial
Communications, 4th Edition ISBN 1-890422-28-2 (391 pages) published July
2004, Revised July 2006.