summaryrefslogtreecommitdiff
path: root/platform/xdebugger-api/src/com/intellij/xdebugger/settings/DebuggerSettingsCategory.java
blob: fab630fe751ce3832f87c276404631efd302c7fb (plain)
1
2
3
4
5
6
package com.intellij.xdebugger.settings;

public enum DebuggerSettingsCategory {
  ROOT /* will be placed under root "Debugger" node, use it with care */,
  GENERAL, DATA_VIEWS, STEPPING, HOTSWAP
}