Comment 15 for bug 1552764

Revision history for this message
Larry D. James (ljames) wrote :

@kchan Try calling Eclipse from a script. I tested it and the debugger works using the environment variable.

Use a script such as:

myeclipse:

-------------------------------------------------
#!/bin/bash

export SWT_GTK3=0
/opt/eclipse/eclipse
-------------------------------------------------