How to use the debugger???

Sina
Sina Member Posts: 33
Hello everybody.

Can anyone explain how to use the debugger and for what it can be used?

I don't know what to do with it.

Thanks.
Sina

Comments

  • kapamarou
    kapamarou Member Posts: 1,152
  • Sina
    Sina Member Posts: 33
    I started an apprenticeship 2 month ago.... So I didn't have contact to Navision. I know that the debugger shows the mistake when a program crashes. But that's all. Can I do something else with it?
    Sina
  • kapamarou
    kapamarou Member Posts: 1,152
    The debugger does not only show that.

    The debugger will show you step by step all the commands being executed while your program is running. Enable the debugger, set it to "Breakpoint on Triggers" and try opening a form and performing some operation (i.e. insert a new sales order).

    Play around a bit.
  • Tomas
    Tomas Member Posts: 420
    Sina,

    Have you tried googling for more information?

    There is a small (but quite clear) blog post on Kaizenblog about NAV debugger.

    Or you can download application designer guide (again, from the google search above) from navisionguider.dk. And you will find more information about debugger in Chapter 18.

    Hopefully, that helps.
  • Sina
    Sina Member Posts: 33
    Thanks. I think that should help.
    Sina