Hi
Is it possible to Debug Nav Code. Suppose i clicked on Post in Sales Invoice & want to debug
Thanks
Hi
Is it possible to Debug Nav Code. Suppose i clicked on Post in Sales Invoice & want to debug
Thanks
HI,
Open Development Environment with Required Database and Go to Tools ->Debugger -> Debug Session and then click on Debug
Add the breakpoint on Post Action (as per your document) and start debugging the posting routine-
Open the development environment. Choose tools and debugging. Debug session and a new window appears. Choose the user you want to debug or just debug the next error for any user logged in. Unless you have an error on that invoice you will need to set a break point. The page action is one of the first areas it will start from
This is a nice guide: docs.microsoft.com/.../walkthrough--debugging-the-microsoft-dynamics-nav-windows-client
You need to go to Development environment. Open the relevant database. Then go to Tools -> Debug -> Debug Session.
There should be client running for this database. The clients that were running for this database will be shown. You can select and then use Debug action.
André Arnaud de Cal...
292,865
Super User 2025 Season 1
Martin Dráb
231,723
Most Valuable Professional
nmaenpaa
101,156
Moderator