G
Guest
Hello,
I'm having some weird things happen when I step through my code.
I'm working with a large solution, containing a few projects, with many
classes/forms etc.
I'm trying to solve a minor issue with a combobox, and am having trouble
stepping through my code.
I have 2 breakpoints set, both in seperate Subs.
The 1st breakpoint stops the code where expected, but as I'm stepping
through this sub, when I F11 through 1 line of code (if it matters, it's
setting the displaymember of a listbox) - the code skips right to my next
breakpoint...without allowing me to see anything in between...
I'm a bit confused.
Also, I'm using Microsoft Application Blocks in this solution, and if I try
to step through any of the SQLHelper class, it behaves bizarre...
the yellow highlighted lines that signifies which line of code is about to
be executed, doesn't seem to match at all what is really going on.
Lines of comments are often highlighted, dim statements, and often only a
middle section of a line will be highlighted, instead of the entire thing.
I'm baffled...
Any ideas??
Thanks!!
amber
I'm having some weird things happen when I step through my code.
I'm working with a large solution, containing a few projects, with many
classes/forms etc.
I'm trying to solve a minor issue with a combobox, and am having trouble
stepping through my code.
I have 2 breakpoints set, both in seperate Subs.
The 1st breakpoint stops the code where expected, but as I'm stepping
through this sub, when I F11 through 1 line of code (if it matters, it's
setting the displaymember of a listbox) - the code skips right to my next
breakpoint...without allowing me to see anything in between...
I'm a bit confused.
Also, I'm using Microsoft Application Blocks in this solution, and if I try
to step through any of the SQLHelper class, it behaves bizarre...
the yellow highlighted lines that signifies which line of code is about to
be executed, doesn't seem to match at all what is really going on.
Lines of comments are often highlighted, dim statements, and often only a
middle section of a line will be highlighted, instead of the entire thing.
I'm baffled...
Any ideas??
Thanks!!
amber