如何啟用 Java 調試?

您可以啟用Java 偵錯來檢查Java 應用程式中的問題。

關於這個任務

HCL Notes ®用戶端支援以下上下文中的Java 偵錯。每個上下文都有自己的 JVM。每個上下文中一次只能有一個使用者進行偵錯。

  • 前台-在Notes ®用戶端中互動運行的Java 程式碼,例如,從「操作」功能表觸發的代理程式。
  • 背景-在任務載入器(例如本機調度代理)的控制下在Notes ®用戶端中執行的Java 程式碼。
  • Web 預覽-透過Domino ® Designer 在瀏覽器中預覽Java 程式碼,例如表單上的小程式。

腳本庫中的Java 程式碼在呼叫程式碼的上下文中執行。

若要在Notes®用戶端上啟用和停用Java 偵錯,請完成下列步驟:

程序

  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.

結果

選擇您認為空閒的連接埠號碼。這可能需要反覆試驗或詢問您的系統管理員。

預設情況下禁用Java 調試。

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.

有關Java 調試的詳細信息,請參閱 HCL Domino ® Designer 幫助。