What is Debugging and why we use this and where it would be used?
Hi MADHURI MALVIYA,
When any logic is working unwantedly and excute the logic which is not required , then we need to debug the program or logic which we have made.
Kindly follow the link for the more information.
https://success.outsystems.com/Documentation/11/Developing_an_Application/Troubleshooting_Applications/Debugging_Applications
How to Debug?
Hope this will help you!
Kind regards
Thanks
Debugging is an activity to find unexpected things in your program, mainly to find error. Whenever your code does not run as expected, you need to debug it to find what the cause.
regards
Hello @MADHURI MALVIYA ,
Welcome to OutSystems Community Forum!
Thanks for you First Post.
More About the Debugging first of you can follow this OutSystems course materials.
Here you can Find this Debugging Topics:
https://www.outsystems.com/training/lesson/2036/debugging-apps
After Debugging you should knowing the How to debug an application in OutSystems?
so you can refer this
https://www.youtube.com/watch?v=G0D-diNfm8Y
I hope you this will help you
Thanks & Regards
Navneet Sharma
Hello @MADHURI MALVIYA
Debugging is a troubleshooting technique that helps finding errors in code.
Thre are few steps that are included in debugging
You can learn how to debug an application from the documentation available or you can go through course.
I hope this will help.
Best Regards,
Tousif Khan