"Stevanich" wrote:
> Ton,
>
> Do you have any custom keyboard mappings set? You may try resetting the
> keyboard mappings. Go to "Tools" > "Customize". Click the "Keyboard..."
> button in the bottom left corner. In the top right of the Options dialog
> that pops up, there is an option to reset your keyboard mapping.
>
> I'm not sure this will solve your problem, but it's one more thing to
> eliminate.
>
> Hope this helps,
>
> Steve - dotneticated.com
>
>
>
> "Ton" <Ton@discussions.microsoft.com> wrote in message
> news:37A6A59B-2F27-4BDC-9434-3075105DA3B3@microsoft.com...
> >i ve found where the checkbox is. It was off. But switching it on or off,
> > there was no difference. Can anyone tell me, how F11 and F10 walks through
> > their code on their pc's. It is still unbelievable i have to press several
> > times on F10 or F11 to get to the next line. In case of an object it can
> > be
> > more then 10 clicks!! This is no debugging, the alternatieve a breakpoint
> > on
> > everyline is not nice as well.
> >
> > ton
> >
> >
> >
> > "Ton" wrote:
> >
> >> F10 and F11 both do no work, in what I expect and the project option:
> >> "Enable unmanaged code debugging" where exact can I found it.
> >>
> >> thx
> >>
> >> ton
> >>
> >>
> >> "Stevanich" wrote:
> >>
> >> > Ton,
> >> >
> >> > F11 is the Step Into command. You might try F10 which is Step Over.
> >> >
> >> > Also, right-click on your project(s) and choose Properties. Go to the
> >> > Debug
> >> > tab, and make sure "Enable unmanaged code debugging" is unchecked.
> >> >
> >> > Hope this helps,
> >> >
> >> >
> >> > Steve
> >> >
> >> > "Ton" <Ton@discussions.microsoft.com> wrote in message
> >> > news:87700770-61B6-4396-81E6-8A87387C1BB5@microsoft.com...
> >> > > it still does NOT work. there must be something what causes this. In
> >> > > VB6
> >> > > pressing F8 just executes the current line and switches over to the
> >> > > second.
> >> > > How is this by others in VB2005. I sometimes have to press 5 or 6
> >> > > times on
> >> > > F11, because what seems to be code I that is excuted but I do not see
> >> > > it.
> >> > > Simple statements are 1xF11 complex statements with objects differs
> >> > > from 2
> >> > > till 8 or 9 clicks. (By the way this is on websites).
> >> > >
> >> > > Can some one tell me how the behavior of F11 is on their pc??
> >> > >
> >> > > thx
> >> > >
> >> > > ton
> >> > >
> >> > > "Stevanich" wrote:
> >> > >
> >> > >> Ton,
> >> > >>
> >> > >> Check your setting in the Debugging option page (Tools > Options >
> >> > >> Debugging) including the setting for Enable Just My Code.
> >> > >>
> >> > >> Also yes, the key mappings are a little different, and some the
> >> > >> same, in
> >> > >> Visual Studio .NET.
> >> > >>
> >> > >> Debug/Continue - F5
> >> > >> Step Over - F10 or SHIFT+F8
> >> > >> Step Into - F11 or F8
> >> > >> Step Out - SHIFT+F11 or CTRL+SHIFT+F8
> >> > >>
> >> > >> For a full list of key commands, check out:
> >> > >>
http://www.microsoft.com/downloads/details.aspx?FamilyID=6bb41456-9378-4746-b502-b4c5f7182203&displaylang=en > >> > >>
> >> > >> Hope this helps,
> >> > >>
> >> > >>
> >> > >> Steve
> >> > >>
> >> > >> "Ton" <Ton@discussions.microsoft.com> wrote in message
> >> > >> news:F704333E-0F36-472C-9258-FDA5AF0CFA7A@microsoft.com...
> >> > >> > I'm using VB.NET for webforms as windows forms. I come from vb6
> >> > >> > and the
> >> > >> > Step
> >> > >> > into feature (F8 in vb6) was a big plus in debugging the software.
> >> > >> > When I use the step into in VS.NET i have to click several times
> >> > >> > to get
> >> > >> > the
> >> > >> > same result. Example:
> >> > >> > x=4 (1 click)
> >> > >> > y=2 (1 click)
> >> > >> > Tabel.BorderStyle = BorderStyle.Outset (5 clicks)
> >> > >> > Tabel.BorderColor = Drawing.Color.Blue (13 clicks)
> >> > >> > Tabel.GridLines = GridLines.Horizontal (5 clicks)
> >> > >> > Tabel.BorderWidth = Unit.Pixel(1) (15 clicks)
> >> > >> >
> >> > >> > I supposse that underneath these lines other procedures are
> >> > >> > called, but
> >> > >> > why
> >> > >> > should i have to "click" or each of them. Is it something i can
> >> > >> > modify?
> >> > >> >
> >> > >> > Please reply, it is a time consuming behaviour
> >> > >> >
> >> > >> > Thanx
> >> > >> >
> >> > >> > ton
> >> > >> >
> >> > >> >
> >> > >>
> >> > >>
> >> > >>
> >> >
> >> >
> >> >
>
>