JDB command equivalent using com.sun.jdi classes
Using jdb I am able to stop by "stop at $Oracle.Procedure.DTP.PROCEDURE1:5" as seen below
>
main[1] stop at $Oracle.Procedure.DTP.PROCEDURE1:5
Set breakpoint $Oracle.Procedure.DTP.PROCEDURE1:5
main[1] cont
>
Breakpoint hit: "thread=main", $Oracle.Procedure.DTP.PROCEDURE1.PROCEDURE1(), line=5 bci=5
what will be the equivalent of this using com.sun.jdi.VirtualMachine ?
Regards
Anthos

