How to Debugg? using C# Coding pls tell me steps.
Thanks&Regs
Magesh
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Mar 17, 2012, 8:35 PM
SenthilkumarPosted Mar 17, 2012, 4:13 AM
.Net framework provides easy way to test your application in the debugging mode.
There are two ways to put the break point
1) Place the cursor where you want to start the debugging and goto debugg menu >> Click on Toggle Break point
2) Place the cursor control and click on F9 key to place the break point
Run and Debug the application.
1) Click on Debug menu and click on Start debugging.
2) Press F5 shortcut key to start the debugging.
If this is helpful then mark it as "Accepted Answer"