‎2008 Oct 30 5:39 AM
hi all,
how to go directly from 2nd berak point to 10th break point.
‎2008 Oct 30 6:00 AM
I think there is no option to jump from second to tenth Breakpoint.But you can deactivate the BP between 2-10 and execute.
Place the cursor in the BP and click menu ---> Breakponits<<Deactivate/Activate.
Then press F8 from the 2nd BP.it will jump to 10th BP.
if you want to have all the breakpoint then you can deactivate all the BPs.
menu -
> Breakponits<<Activate all.
Regards,
Raghu
‎2008 Oct 30 5:48 AM
Hi Swamy,
If yo want to reach to the 10 Break point then what you need to do is go to the Debugging mode
then click the button "BreakPoint'.
and double click the Break point line which you want to skip
and execute (F8). It will stop to the next break point which is activated.
Thanks,
Chidanand
‎2008 Oct 30 6:00 AM
I think there is no option to jump from second to tenth Breakpoint.But you can deactivate the BP between 2-10 and execute.
Place the cursor in the BP and click menu ---> Breakponits<<Deactivate/Activate.
Then press F8 from the 2nd BP.it will jump to 10th BP.
if you want to have all the breakpoint then you can deactivate all the BPs.
menu -
> Breakponits<<Activate all.
Regards,
Raghu
‎2008 Oct 30 6:06 AM
Hi Swamy,
There is no option like jumping from 2nd BP to 10th BP, if you donot require then deactive unneccessary BP.
Regards
Kumar M.
‎2008 Oct 30 6:09 AM
Hi
in the dbuging mode,
u have the tab "brakpoints" , select that and delete all breakpoints that u dont want to stop.
then it will directly go the breakpoint u need ie 10th breakpoint
regards,
Ramya