Hi All ,
I have activated debugger for script and now trying to debug the line of code written in wondow other than main window . Debugger stops at the first line of other windows but does not move to the second line
instead it skips to another windows first line .
Example :
Windows :
MAIN
ADD_Reciver
ADD_Sender
Debugger starts from first line of ADD_Reciever and when I say F5 it skips to the first line of ADD_SENDER window , now if I say F5 again it will skip to first line of main window then process each element of Main window Line by Line if required .
I want to debug the ADD_RECIVER and ADD_Sender code line by line but unable to do so .
I even placed breakpoints on the code of ADD_Reciver but still it does not stop at the breakpoints .
Has someone already faced this issue and knows the wayaround ??
Cheers Vikas !!