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.*...
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...