Debugging Code: My Unconventional Approach | AutomateValue
The author of this article shares their approach to writing code - they almost never debug. While their approach may seem unusual to other developers, the author asserts that they have never felt the need to attach a debugger to a deployed Dynamics 365 Plugin, except maybe once for curiosity. They emphasize that their code is always extensively tested and suggest that they can usually identify issues from reading logs or by using proper logging techniques. The author's opinion is that debugging is not always necessary and that writing clean code and proper testing can eliminate the need for debugging.
The post, titled "I almost never Debug my code," can be found at https://automatevalue.com/short/i-almost-never-debug-my-code/
Published on:
Learn moreRelated posts
Power Automate Development: Best Practices To Implement
Power Automate can be overwhelming initially, but don't fret, as this tutorial will guide you on the best development practices to adopt on th...
Debug NodeJS TypeScript Using Visual Studio Code
Let’s see how we can configure our NodeJs project with TypeScript in Visual Studio Code for debugging. Following are the steps: Create p...
Customizing F5 debugging in Teams Toolkit for Visual Studio Code
Teams Toolkit introduced some new features to improve your debugging experience, including Prerequisite Checker and Customizing Debug Settings...
Customizing F5 debugging in Teams Toolkit for Visual Studio Code
Teams Toolkit introduced some new features to improve your debugging experience, including Prerequisite Checker and Customizing Debug Settings...
Dataverse: Create Console For Debugging Plugin Code
Your colleague reported to you about a bug that is very hard to catch. It is reproducible in Production, but not in your Dev. The only easy wa...
Debugging NuGet Packages: Understanding Debugging Symbols and Using Source Link
Debugging allows us to troubleshoot problems in our applications by stepping through our code line by line, and stepping into methods when nec...
A Useful Debugging Tip For Power Apps You May Not Be Using
Are you tired of spending hours trying to debug your Power Apps? This post offers a helpful tip that you may not be using yet. As Power Apps d...
Debugging Custom API plugins using Plugin Registration Tool
If you're a developer using Custom API plugins with the Power Platform, the Plugin Registration Tool can be an invaluable resource when it com...
How to: debug plugins in the shared environments
If you need to debug plugins in a shared environment, this tutorial will help you do so without affecting the work of others. When debugging p...