How to change the default browser when running a runnable class in D365FO

 

As a developer, there are instances where you would wanna test some of your code by debugging. The debugger opens the runnable class in a browser. In most cases, the default browser is internet explorer, which would not give you a better result.4

 The good news is we can switch the default browser from Visual studio.

Go to Tools -> Options

In the Dynamics tab, select Debugging and choose the preferred browser.

 

Comments