Friday, June 5, 2020

How to activate the Debugger in Business Central ?

"HOW TO ACTIVATE THE DEBUGGER IN BUSINESS CENTRAL ?"
Hello Readers,
Are you not aware of how to activate the debugger in the business central, no problem today will know by this blog how to activate the debugger.
Lets Start…
Before activating the debugger we should define the Web Client Base URL in the Business Central administration.
To configure the Web Client Base URL, open the Business central administration tool




Expand the Client Services Tab




Under the Client services tab you will have the option Web Client Base URL.
Now click on the edit the button and Place your web client URL in the Web Client Base URL option.




Note: My Web Client URL is “http://localhost:8080/BC160/”
After entering the URL save the changes and the restart the BC server instance.
we completed the configuration for activating the debugger.
Now lets go to the AL Project where you want to debug code ,Keep the break point in the code.




After keeping the break point in the code, click on the F5 button(Shortcut for debugging).
When you hit the F5 button, the extension will get published and the debugger will get started.




Thankyou.

No comments:

Post a Comment