disable fetching htp output

Worker

Member³
Is there a way to disable fetching HTP output in a test window? I see there is a checkbox (and a tab) for the DBMS output, but not for HTP output.

If there is currently no way to do this, I would like to request a way (even if it's just a checkbox in Preferences). I think I can use a command window as a workaround, but it would be nicer to not have to do that.

Edit: a command window isn't as a nice because it won't let you profile the run.
 
Thank you. I think for now I have found a good workaround: call htp.init at the bottom of the test. This deletes all of the HTP output before PL/SQL Developer has a chance to fetch any of it.
 
Back
Top