‎2007 Jul 26 3:40 PM
hi
experts can u help me for this
in debugging we get shotdump when we place breakpoint in b/n select and select
‎2007 Jul 26 3:41 PM
Hi,
You can not place break point between select and endselect.
You will get a short dump, due to the fact that the debugger does an explicit commit work which disrupts the LUW in the current program and causes a dump.
Regards,
Ferry Lianto
‎2007 Jul 26 3:42 PM
palce a breakpoint before that which u poined erlear,,
waiting for reward point..
‎2007 Jul 26 3:42 PM
‎2007 Jul 26 3:42 PM
Hi Raviteja,
Yes u r right, we shall get a short dump when a break point is placed between a <b>select</b> and <b>endselect</b> statement. That is because the system tries to Commit the process withing the select statement when you press F5. If you try to commit the statement which is half processed then obviously the system shall throw a dump.
<b>
Reward points if my explanation is helpful,</b>
Kiran