Starting the EGL debugger for EGL projects

Start the debugging process by creating a launch configuration.

To start the debugging process outside of Rich UI you need a launch configuration. You can create a launch configuration yourself, but the EGL debugger creates one automatically if you do not create one.

To start the EGL debugger and have it create a launch configuration for you, see Starting a non-JEE application in the EGL debugger. To create a launch configuration yourself, see Creating a launch configuration in the EGL debugger. If you are debugging an EGL application that is called from an EGL-generated Java™ application or Java wrapper, you must create a special kind of launch configuration called an EGL Listener launch configuration. To create one, see Creating an EGL Listener launch configuration.


Feedback