Options

step over(Ctrl + F8) problem with debugger

gdkve9gdkve9 Member Posts: 161
Hi Nav guys..

It has been a great support from all you guys till now. Here is my problem.. some times the step over (Ctrl + FB) functionality doesnt work while debugging. I just want to know.. is there any restriction using step over functionality with debugger?? I mean, i would like to know about the situations if any where the step over button doesnt work at the time of debugging??
Dilip
Falling down is not a defeat..defeat is when you refuse to get up.

Comments

  • Options
    DenSterDenSter Member Posts: 8,304
    I usually set a breakpoint after the function call and hit F5.
  • Options
    gdkve9gdkve9 Member Posts: 161
    DenSter wrote:
    I usually set a breakpoint after the function call and hit F5.
    Thats fine DenSter...Thanq
    But if U could provide more information on Step Over (Ctrl + F8.) i will be grateful.

    Regards
    Dilip
    Falling down is not a defeat..defeat is when you refuse to get up.
  • Options
    ara3nara3n Member Posts: 9,255
    The StepOver doesn't work most of the time as you've discovered, so I don't use it.

    The debugger has many other flaws, but it's better than nothing.

    I don't want to think about 2.x versions.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    DenSterDenSter Member Posts: 8,304
    gdkve9 wrote:
    DenSter wrote:
    I usually set a breakpoint after the function call and hit F5.
    Thats fine DenSter...Thanq
    But if U could provide more information on Step Over (Ctrl + F8.) i will be grateful.

    Regards
    I don't know man, I didn't write it. Good luck
Sign In or Register to comment.