Home All Groups Group Topic Archive Search About

end sub and breakpoints

Author
9 Jan 2006 12:09 PM
guy
is there a reason why VB2005 does not let me put a breakpoint on an end sub?

guy

Author
9 Jan 2006 12:16 PM
Moshazu
I am able to place breakpoints on end subs. Not sure what is going on
with your setup. Are you using the release version or a beta version? I
am using release.

D
Author
9 Jan 2006 12:18 PM
Ken Tucker [MVP]
Hi,

            Usually I dont place a break point at end sub but I was just
able to add one there.

Ken
-------------------
Show quoteHide quote
"guy" <g**@discussions.microsoft.com> wrote in message
news:DBC2DBF7-0077-4141-A7BF-959609D539CC@microsoft.com...
> is there a reason why VB2005 does not let me put a breakpoint on an end
> sub?
>
> guy
Author
9 Jan 2006 12:42 PM
guy
Hi Ken, a reboot fixed it!

cheers

guy

Show quoteHide quote
"Ken Tucker [MVP]" wrote:

> Hi,
>
>             Usually I dont place a break point at end sub but I was just
> able to add one there.
>
> Ken
> -------------------
> "guy" <g**@discussions.microsoft.com> wrote in message
> news:DBC2DBF7-0077-4141-A7BF-959609D539CC@microsoft.com...
> > is there a reason why VB2005 does not let me put a breakpoint on an end
> > sub?
> >
> > guy
>
>
>
Author
9 Jan 2006 2:50 PM
Herfried K. Wagner [MVP]
"guy" <g**@discussions.microsoft.com> schrieb:
> is there a reason why VB2005 does not let me put a breakpoint on an end
> sub?

Works fine here too.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
9 Jan 2006 3:44 PM
Carlos J. Quintero [VB MVP]
It works for me.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com

Show quoteHide quote
"guy" <g**@discussions.microsoft.com> escribió en el mensaje
news:DBC2DBF7-0077-4141-A7BF-959609D539CC@microsoft.com...
> is there a reason why VB2005 does not let me put a breakpoint on an end
> sub?
>
> guy
Author
9 Jan 2006 4:26 PM
Cor Ligthert [MVP]
Carlos,

> It works for me.
>

For the OP as well as he showed 3 hours ago in his answer to Ken

:-)

Cor