Specifying tracepoint output for a Java application

When you choose Run > Debug As > Java Application to debug your class, you are debugging your class using a generic Java Application launch configuration that uses default settings for trace output. The default setting is to display the trace output in the console. You can choose to write the trace output to a file.

About this task

You do this by creating your own Java Application launch configuration.


Feedback