¿Cómo puedo habilitar la depuración de Java?

Puede habilitar la depuración de Java para comprobar si hay problemas en las aplicaciones Java .

Acerca de esta tarea

El cliente HCL Notes® admite la depuración de Java en los siguientes contextos. Cada contexto tiene su propia JVM. Sólo un usuario puede depurar a la vez en cada contexto.

  • Foreground -- Java code that runs in the Notes® client interactively, for example, an agent triggered from the Actions menu.
  • Background -- Java code that runs in the Notes® client under control of the task loader, for example, a locally scheduled agent.
  • Vista previa web: vista previa del código Java en un navegador a través de Domino® Designer, por ejemplo, un subprograma en un formulario.

El código Java de una biblioteca de scripts se ejecuta en el contexto del código de llamada.

To enable and disable Java debugging on the Notes® client, complete the following steps:

Procedimiento

  1. Click Tools > Java Debugging Preferences. This opens the Java Debugging Preferences dialog.
  2. To enable foreground debugging, select Client Agents/Applets and specify a port number to connect the Notes® and debugger computers. Deselect to disable.
  3. To enable background debugging, select Locally Scheduled Agents and specify a port number to connect the Notes® and debugger computers. Deselect to disable.
  4. To enable Web preview debugging, select Http Preview and specify a port number to connect the Notes® and debugger computers. Deselect to disable.

Resultados

Elija un número de puerto que crea que es gratuito. Esto puede requerir prueba y error o preguntarle al administrador del sistema.

La depuración de Java está deshabilitada de forma predeterminada.

If changes are made to the foreground or background preference, you must restart Notes®. If changes are made to the Web preview preference, the preview must be restarted.

For more information on Java debugging, see HCL Domino® Designer Help.