Hi,
I have a requirement to update certain records from a program. For that I have to put a breakpoint the program (which I did manually).
Now when I use the scripting tool to record the events, only events related to the original session gets recorded. Any events on the newly opened debugger mode is not recorded !
However, I can record the events in the debugger separately.
So I have 2 scripts which are session dependent. In Session 1 my program runs and in session 2 (which opens the debugger in runtime) my edits need to be done.
How to create a VB script which can handle this session issue?
Went through this blog by Scriptman and since i am new couldnt get it working !!
Please help me with a framework to handle this issue.
Thanks,
Jaywant