BreakPoint
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, evrybody --------- what is doing BreakPoint In C# Code? Why we use BreakPoint ? --------- --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------
-
Hi, evrybody --------- what is doing BreakPoint In C# Code? Why we use BreakPoint ? --------- --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------
-
it's used for debugging. You put one prior to where you have a peice of code that isn't working. When the program gets to that point it stops running and goes to the IDE where you can step through the code one line at a time to see what's going on.
thanks --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------