I'm curious how other people attach a debugger to E17.
Currently I've made a X11 session which looks like this.
Eterm -e startx -- :1 &
sleep 6
Eterm -e gdb /usr/local/bin/enlightenment_e17 `ps -C enlightenment_e17
-o pid=` &
enlightenment
(Note: I have --program-suffix=_e17 to identify it in the
On Mon, 06 Jun 2005 20:09:43 -0700 Arlo <[EMAIL PROTECTED]> babbled:
> (I forgot to switch to my subscribed email address when sending this
> message so hopefully there isn't a duplicate message later if a
> moderator passes it)
>
> I'm curious how other people attach a debugger
(I forgot to switch to my subscribed email address when sending this
message so hopefully there isn't a duplicate message later if a
moderator passes it)
I'm curious how other people attach a debugger to E17.
Currently I've made a X11 session which looks like this.
Eterm -e startx -- :1 &
sleep 6