Reputation: 875
I have no idea how to debug Dynamics 365 Business Central ERP Application in an on-premises server. Can you guys help me out?
Upvotes: 0
Views: 507
Reputation: 1217
Not to just link documentation, but the best place to get started is the MSDN documentation on Business Central debugging. If you're trying to debug an existing session, you'll want to use Attach and Debug Next.
Both debugging scenarios will require the source code of either the app you're debugging, or the base app that was used to deploy it. Otherwise, view last error (in the help menu) is the only use facing debugging option.
If you have any specific questions, I can point you in the right direction.
Upvotes: 1