Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Shut down Deskzilla if it is running.
  • Start Deskzilla with debugging options:
     
    Code Block
    deskzilla_verbose.bat
    
    or
     
    Code Block
    deskzilla.exe \-J-Ddeskzilla.debug=true \-J-Dbugzilla.dump=all \-J-Ddebug.httpclient=true \-J-ea
    
    or
     
    Code Block
    java \-Ddeskzilla.debug=true \-Dbugzilla.dump=all \-Ddebug.httpclient=true \-ea \-jar deskzilla.jar
    
  • When Deskzilla starts, try to reproduce the problem that is being diagnosed.
  • If you know a workaround for this problem, reproduce the workaround also.
  • Shut down Deskzilla.

...