Configure Next Experience debugging preferences

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Debug your Next Experience instance to detect and remove existing and potential errors in your Next Experience components and scripts.

    始める前に

    Role required: admin

    手順

    1. Navigate to User Menu > Preferences > Debugging.
    2. Select one of the debugging options.
      表 : 1. Debugging
      Field Description
      Script Debugger Opens a JavaScript debugger with a script tracer and a session log. For more information, see Debugging scripts.
      UX Source Maps Enables you to perform debugging using UX source maps in your browser. For example, when used with Firefox v102+, the user can set a break point in component code and, when the browser stops at that break point, variable names should appear in the scope section.
      注:
      When you are not debugging using UX source maps, it is best to toggle this user preference off as it can cause performance degradation of the instance.
      Automated Test Framework Page Inspector Enables you to identify and inspect pages created in classic custom UI pages using the page inspector. For more information, see Page Inspector.
      Seismic Developer Tool Opens a link to the Chrome web store Seismic Developer Tools download page. The Seismic Dev Tools (SDT) Chrome Extension is a tool that helps Seismic developers effectively identify, diagnose, and resolve defects and performance issues.
      注:
      This option can be removed from the Debugging user preferences by setting the glide.ui.next_experience.seismic_developer_tool_user_pref_enabled system property to false.