PL/SQL Debugging
All created users have the necessary grants for PL/SQL debugging in VS Code SQL Developer:
- Compile your package for debug
- Set a breakpoint
- Start the debugger
- Use your local machine IP address
Get your local IP:
# macOSipconfig getifaddr en0
# Linuxhostname -I | awk '{print $1}'
Tutorial
Section titled “Tutorial”Check out this video tutorial for a step-by-step guide on using the SQL Developer debugger with your local APEX development environment.