public
Description:
Home | Edit | New

Troubleshooting

  • On Windows, telnet will probably start in character-at-a-time mode. To put it into line-at-a-time mode, press the escape combination (usually Control+]) and enter the command:

    set mode console

Windows 2000 telnet has been reported to have no such option. If that is the case, try putty instead.

  • If connecting to MozRepl with putty as terminal emulator, and you get an error in response to the first command you send, it is probably because of terminal control characters that putty sends and MozRepl cannot interpret. Change the terminal type to “raw”. (Reported by Alex Peuchert).
  • If you’re inspecting the top level context with a repl.inspect(window) or repl.look() and the session gets interrupted just after the arguments=[probably array, length 1] entry, it might be because the Java virtual machine is not installed (the next context entries are in fact Packages, sun, and java). Retry after installing the virtual machine. (Reported by Alex Peuchert)
Last edited by bard, Thu Sep 25 13:13:50 -0700 2008
Home | Edit | New
Versions: