[logging] How to check compiler log in sql developer?

I get this error:

Errors: check compiler log

How can I see compiler log in Oracle SQL Developer?

This question is related to logging oracle-sqldeveloper

The answer is


I can also use

show errors;

In sql worksheet.


To see your log in SQL Developer then press:

CTRL+SHIFT + L (or CTRL + CMD + L on macOS)

or

View -> Log

or by using mysql query

show errors;