Attach Debugger to an Active Session

Introduction

Business Central has recently introduced the functionality to attach a debugger to an active User session.

This was previously available in NAV however it has only recently become available for Business Central.

Pre-requisites

Business Central OnCloud/OnPrem

References

Attach AL Debugger - MS Docs

Configuration

To use this functionality, we simply need to create an entry in the launch.json file.



The important properties here are the “sessionId” and the “request”.

This works much faster than the traditional deploy and debug and really makes your life easier as a developer.

 
Also, I tried using it for a Production Environment and as expected it didn’t work. Snapshot debugging it is then!

Conclusion

Thus, we saw how we can attach a debugger to an active user session in Business Central. 

Happy Coding!

Comments

Popular posts from this blog

Using Notifications in Business Central via AL

Actionable Error Messages in Business Central

Configure Gmail SMTP service in Business Central without "Allow Less Secure" setting