@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 -------------------------------------------------
@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 eclipse ------- ------- ------- ------- ------- -------
/opt/eclipse/
-------