can anybody tell me about the debugging proess of .net appliation?

click on the bar on the left hand side of your code file in visual studio, it will put a red mark on that line, then run the application in the debug mode, application will break in to debug mode when your application reaches that line of code. then you can use the windows in the debug menu, select your variables on the code file and right click , click addwatch on the context menu, then you will see the values your variables take

Serkan Şendur

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.