It executes the following for your session:
alter session set plsql_debug=true;
As a result, when you compile your PL/SQL Program units, Oracle adds symbol information to the resulting object. This way you can view and set variables during a debug session, when stepping through the object.