|
Hi, Many times we need to know what exactly is the line being executed.. its tough to write debug statement at many places. Is there any way through which we can write which line is being executed at present...for example if there are 10 lines of code... i want something like this line 1 under execution... line 2 under execution... line 3 under execution... line 4 under execution... manually doing it is a bit tough, is there any automatic thing for this ? Thanks.
|