37
Views
5
Comments
Solved
Debugging

What is Debugging and why we use this and where it would be used?

2022-07-03 17-24-08
Sourabh sharma
Solution

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


UserImage.jpg
MADHURI MALVIYA

Thanks

2025-01-09 14-56-57
IQ78
Solution

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

2021-12-23 04-28-09
Navneet Sharma
Solution

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


 




2025-01-09 14-56-57
IQ78
Solution

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

2022-07-03 17-24-08
Sourabh sharma
Solution

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


UserImage.jpg
MADHURI MALVIYA

Thanks

2023-10-21 19-42-11
Tousif Khan
Champion

Hello @MADHURI MALVIYA 

Debugging is a troubleshooting technique that helps finding errors in code.

Thre are few steps that are included in debugging

  • Add Breakpoints 
  • Start Debugger 
  • Run Application 
  • Debug Code 

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

2021-12-23 04-28-09
Navneet Sharma
Solution

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


 




Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.