Any developer with Visual Studio Code, and access to a Business Central system with your application installed on it, can debug your application. This is great from a support standpoint, but it means that they'll see all of your source code, which isn't so awesome. As a developer or a partner, you may have put great effort into creating the application, so putting the source code out for anyone to see is probably going to be a less-than-ideal situation.
This recipe will show you how to configure your application so that your source code can be protected.