Recent content by John kCripe

  1. J

    debugging 99% of time works just great...but

    ahhh found the problem...the debugger was getting caught up in some recursive sql (though it works fine outside of debugger). was outside of the WITH, in the final select: (once i remove this portion of the sql, the debugger works fine (underined portion) ) --BEGIN SELECT select sis.*...
  2. J

    debugging 99% of time works just great...but

    yeah, like i said, most all of the plsql code debugs just great though i've got some more complicated sql being opened (in cursor) that the debugger gets stuck in...i'm wondering how can i i get the debugger to either skip around this code (or just enable the debugger to handle it)? i'll paste...
Back
Top