Remote Debugging Session


To remotely debugging software, the CLARAty team is using the "xkibitz" remote access tool. This tool unix-based software (also available for Linux) allows two people (the initiator and the host) at remote sites to share a terminal window. The initiator starts the debugging session on their computer and the host allows access to their computer for the remote shell display. Both initiator and host can type and see textual message on the same terminal window.

Initiator = starting the "xkibitz" shared terminal on their machine
Host = receiving, viewing, and accessing the terminal window

Initiator
  1. Make sure you have "xkibitz" in your path. It is usually under /usr/local/bin/
  2. Start by typing "xkibitz" and hit enter at the shell
         xkibitz
    
    
  3. If you get an error when starting it, type the following at the terminal shell:
         unsetenv TCL_LIBRARY
         xkibitz
  4. Press ^] sequence (i.e. "Ctrl" and "]" buttons simultaneously)
  5. At the xkibitz prompt "xkibitz>" type the name of the host machine you are trying to share the terminal with and press enter. A shared terminal is now viewable by the host
         + <hostname>
  6. Type the following and press enter. The shared terminal is now accessible by the host
         return 
Host (before initiator starts)
  1. At the shell type the following:
    xhost + <initiator hostname>