Recent content by Martin Surasky

  1. M

    Debugger woes on PL/SQL

    Will do!
  2. M

    Debugger woes on PL/SQL

    Hi Marco. This variable in particular is a parameter, but I think the inability to watch variables is happening at the Package level. If you want, I can send you an email with the Package Body file (*.bdy) generated by PL/SQL Developer so you have the code at your disposal to investigate.
  3. M

    Debugger woes on PL/SQL

    Hi Marco! Attached is the Debug.txt after running one slsqldev.exe with the DebugSQL parameter. During that session I hovered over (and added to the Variables window...) a variable called "qty_arrived_inv_" so you can use that variable name (out of curiosity I peeked at the Debug.txt file to...
  4. M

    Debugger woes on PL/SQL

    I'm going through some pain points with the debugging functionality. I’m hoping someone has seen this in the past and maybe will be able to lead me in the right direction. In a nutshell: even when compiling packages with debug info. I notice that, when I step into the code for SOME packages...
Back
Top