Wie kann ich das Java-Debugging aktivieren?
Sie können das Java ™ -Debugging aktivieren, um nach Problemen in Java ™ -Anwendungen zu suchen.
Über diese Aufgabe
Der HCL Notes® - Client unterstützt Java ™ -Debugging in den folgenden Kontexten. Jeder Kontext hat seine eigene JVM. In jedem Kontext kann jeweils nur ein Benutzer debuggen.
- 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.
- Webvorschau – Java ™ -Code, der über Domino® Designer in einem Browser in der Vorschau angezeigt wird, beispielsweise ein Applet in einem Formular.
Java ™ -Code aus einer Skriptbibliothek wird im Kontext des aufrufenden Codes ausgeführt.
To enable and disable Java™ debugging on the Notes® client, complete the following steps:
Verfahren
- Click Java™ Debugging Preferences dialog. . This opens the
- To enable foreground debugging, select Client Agents/Applets and specify a port number to connect the Notes® and debugger computers. Deselect to disable.
- To enable background debugging, select Locally Scheduled Agents and specify a port number to connect the Notes® and debugger computers. Deselect to disable.
- To enable Web preview debugging, select Http Preview and specify a port number to connect the Notes® and debugger computers. Deselect to disable.
Ergebnisse
Wählen Sie eine Portnummer, die Ihrer Meinung nach frei ist. Dies erfordert möglicherweise Versuch und Irrtum oder die Rückfrage bei Ihrem Systemadministrator.
Das Java ™ -Debugging ist standardmäßig deaktiviert.
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.