1. org
        1. org.scaladebugger
            1. org.scaladebugger.api
                1. org.scaladebugger.api.debuggers
                  1. (object)(class)AttachingDebugger
                  2. (object)(trait)Debugger
                  3. (object)(class)LaunchingDebugger
                  4. (object)(class)ListeningDebugger
                  5. (object)(class)ProcessDebugger
                2. org.scaladebugger.api.dsl
                  1. (object)
                    Implicits
                  1. org.scaladebugger.api.dsl.breakpoints
                    1. (class)BreakpointDSLWrapper
                  2. org.scaladebugger.api.dsl.classes
                    1. (class)ClassPrepareDSLWrapper
                    2. (class)ClassUnloadDSLWrapper
                  3. org.scaladebugger.api.dsl.events
                    1. (class)EventDSLWrapper
                  4. org.scaladebugger.api.dsl.exceptions
                    1. (class)ExceptionDSLWrapper
                  5. org.scaladebugger.api.dsl.info
                    1. (class)FrameInfoDSLWrapper
                    2. (class)GrabInfoDSLWrapper
                    3. (class)ObjectInfoDSLWrapper
                    4. (class)ValueInfoDSLWrapper
                    5. (class)VariableInfoDSLWrapper
                  6. org.scaladebugger.api.dsl.methods
                    1. (class)MethodEntryDSLWrapper
                    2. (class)MethodExitDSLWrapper
                  7. org.scaladebugger.api.dsl.monitors
                    1. (class)MonitorContendedEnterDSLWrapper
                    2. (class)MonitorContendedEnteredDSLWrapper
                    3. (class)MonitorWaitDSLWrapper
                    4. (class)MonitorWaitedDSLWrapper
                  8. org.scaladebugger.api.dsl.steps
                    1. (class)StepDSLWrapper
                  9. org.scaladebugger.api.dsl.threads
                    1. (class)ThreadDeathDSLWrapper
                    2. (class)ThreadStartDSLWrapper
                  10. org.scaladebugger.api.dsl.vm
                    1. (class)VMDeathDSLWrapper
                    2. (class)VMDisconnectDSLWrapper
                    3. (class)VMStartDSLWrapper
                  11. org.scaladebugger.api.dsl.watchpoints
                    1. (class)AccessWatchpointDSLWrapper
                    2. (class)ModificationWatchpointDSLWrapper
                3. org.scaladebugger.api.lowlevel
                  1. (class)DummyOperationException
                  2. (object)
                    InvokeNonVirtualArgument
                  3. (object)
                    InvokeSingleThreadedArgument
                  4. (trait)JDIArgument
                  5. (object)(case class)ManagerContainer
                  6. (trait)PendingRequestSupport
                  7. (trait)RequestInfo
                  1. org.scaladebugger.api.lowlevel.breakpoints
                    1. (trait)BreakpointManager
                    2. (case class)BreakpointRequestInfo
                    3. (class)DummyBreakpointManager
                    4. (case class)NoBreakpointLocationFound
                    5. (trait)PendingBreakpointSupport
                    6. (trait)PendingBreakpointSupportLike
                    7. (class)StandardBreakpointManager
                    8. (trait)StandardPendingBreakpointSupport
                  2. org.scaladebugger.api.lowlevel.classes
                    1. (trait)ClassManager
                    2. (trait)ClassPrepareManager
                    3. (case class)ClassPrepareRequestInfo
                    4. (trait)ClassUnloadManager
                    5. (case class)ClassUnloadRequestInfo
                    6. (class)DummyClassPrepareManager
                    7. (class)DummyClassUnloadManager
                    8. (trait)PendingClassPrepareSupport
                    9. (trait)PendingClassPrepareSupportLike
                    10. (trait)PendingClassUnloadSupport
                    11. (trait)PendingClassUnloadSupportLike
                    12. (object)(class)StandardClassManager
                    13. (class)StandardClassPrepareManager
                    14. (class)StandardClassUnloadManager
                    15. (trait)StandardPendingClassPrepareSupport
                    16. (trait)StandardPendingClassUnloadSupport
                  3. org.scaladebugger.api.lowlevel.events
                    1. (class)DummyEventManager
                    2. (case class)EventHandlerInfo
                    3. (object)(trait)EventManager
                    4. (class)EventProcessor
                    5. (class)EventSetProcessor
                    6. (object)
                      EventType
                    7. (trait)JDIEventArgument
                    8. (class)JDIEventArgumentProcessor
                    9. (trait)JDIEventProcessor
                    10. (trait)PendingEventHandlerSupport
                    11. (trait)PendingEventHandlerSupportLike
                    12. (class)StandardEventManager
                    13. (trait)StandardPendingEventHandlerSupport
                    1. org.scaladebugger.api.lowlevel.events.data
                      1. (trait)JDIEventDataError
                      2. (trait)JDIEventDataProcessor
                      3. (trait)JDIEventDataRequest
                      4. (trait)JDIEventDataResult
                      5. (case class)JDIEventDataUnknownError
                      1. org.scaladebugger.api.lowlevel.events.data.processors
                        1. (class)CustomPropertyDataRequestProcessor
                      2. org.scaladebugger.api.lowlevel.events.data.requests
                        1. (case class)CustomPropertyDataRequest
                      3. org.scaladebugger.api.lowlevel.events.data.results
                        1. (case class)CustomPropertyDataResult
                    2. org.scaladebugger.api.lowlevel.events.filters
                      1. (case class)AndFilter
                      2. (case class)CustomPropertyFilter
                      3. (trait)CustomPropertyFilterLike
                      4. (trait)JDIEventFilter
                      5. (trait)JDIEventFilterProcessor
                      6. (case class)MaxTriggerFilter
                      7. (case class)MethodNameFilter
                      8. (case class)MinTriggerFilter
                      9. (case class)NotFilter
                      10. (case class)OrFilter
                      11. (case class)UniqueIdPropertyFilter
                      1. org.scaladebugger.api.lowlevel.events.filters.processors
                        1. (class)AndFilterProcessor
                        2. (class)CustomPropertyFilterProcessor
                        3. (class)MaxTriggerFilterProcessor
                        4. (class)MethodNameFilterProcessor
                        5. (class)MinTriggerFilterProcessor
                        6. (class)NotFilterProcessor
                        7. (class)OrFilterProcessor
                    3. org.scaladebugger.api.lowlevel.events.misc
                      1. (object)
                        NoResume
                      2. (trait)Resume
                      3. (object)
                        YesResume
                      1. org.scaladebugger.api.lowlevel.events.misc.processors
                        1. (class)ResumeProcessor
                  4. org.scaladebugger.api.lowlevel.exceptions
                    1. (class)DummyExceptionManager
                    2. (trait)ExceptionManager
                    3. (object)(case class)ExceptionRequestInfo
                    4. (case class)NoExceptionClassFound
                    5. (trait)PendingExceptionSupport
                    6. (trait)PendingExceptionSupportLike
                    7. (class)StandardExceptionManager
                    8. (trait)StandardPendingExceptionSupport
                  5. org.scaladebugger.api.lowlevel.methods
                    1. (class)DummyMethodEntryManager
                    2. (class)DummyMethodExitManager
                    3. (trait)MethodEntryManager
                    4. (case class)MethodEntryRequestInfo
                    5. (trait)MethodExitManager
                    6. (case class)MethodExitRequestInfo
                    7. (trait)PendingMethodEntrySupport
                    8. (trait)PendingMethodEntrySupportLike
                    9. (trait)PendingMethodExitSupport
                    10. (trait)PendingMethodExitSupportLike
                    11. (class)StandardMethodEntryManager
                    12. (class)StandardMethodExitManager
                    13. (trait)StandardPendingMethodEntrySupport
                    14. (trait)StandardPendingMethodExitSupport
                  6. org.scaladebugger.api.lowlevel.monitors
                    1. (class)DummyMonitorContendedEnteredManager
                    2. (class)DummyMonitorContendedEnterManager
                    3. (class)DummyMonitorWaitedManager
                    4. (class)DummyMonitorWaitManager
                    5. (trait)MonitorContendedEnteredManager
                    6. (case class)MonitorContendedEnteredRequestInfo
                    7. (trait)MonitorContendedEnterManager
                    8. (case class)MonitorContendedEnterRequestInfo
                    9. (trait)MonitorWaitedManager
                    10. (case class)MonitorWaitedRequestInfo
                    11. (trait)MonitorWaitManager
                    12. (case class)MonitorWaitRequestInfo
                    13. (trait)PendingMonitorContendedEnteredSupport
                    14. (trait)PendingMonitorContendedEnteredSupportLike
                    15. (trait)PendingMonitorContendedEnterSupport
                    16. (trait)PendingMonitorContendedEnterSupportLike
                    17. (trait)PendingMonitorWaitedSupport
                    18. (trait)PendingMonitorWaitedSupportLike
                    19. (trait)PendingMonitorWaitSupport
                    20. (trait)PendingMonitorWaitSupportLike
                    21. (class)StandardMonitorContendedEnteredManager
                    22. (class)StandardMonitorContendedEnterManager
                    23. (class)StandardMonitorWaitedManager
                    24. (class)StandardMonitorWaitManager
                    25. (trait)StandardPendingMonitorContendedEnteredSupport
                    26. (trait)StandardPendingMonitorContendedEnterSupport
                    27. (trait)StandardPendingMonitorWaitedSupport
                    28. (trait)StandardPendingMonitorWaitSupport
                  7. org.scaladebugger.api.lowlevel.requests
                    1. (class)EventRequestManagerWrapper
                    2. (object)
                      Implicits
                    3. (trait)JDIRequestArgument
                    4. (class)JDIRequestArgumentProcessor
                    5. (trait)JDIRequestProcessor
                    1. org.scaladebugger.api.lowlevel.requests.filters
                      1. (case class)ClassExclusionFilter
                      2. (case class)ClassInclusionFilter
                      3. (case class)ClassReferenceFilter
                      4. (case class)CountFilter
                      5. (case class)InstanceFilter
                      6. (trait)JDIRequestFilter
                      7. (trait)JDIRequestFilterProcessor
                      8. (case class)SourceNameFilter
                      9. (case class)ThreadFilter
                      1. org.scaladebugger.api.lowlevel.requests.filters.processors
                        1. (class)ClassExclusionFilterProcessor
                        2. (class)ClassInclusionFilterProcessor
                        3. (class)ClassReferenceFilterProcessor
                        4. (class)CountFilterProcessor
                        5. (class)InstanceFilterProcessor
                        6. (class)SourceNameFilterProcessor
                        7. (class)ThreadFilterProcessor
                    2. org.scaladebugger.api.lowlevel.requests.properties
                      1. (case class)CustomProperty
                      2. (trait)CustomPropertyLike
                      3. (case class)EnabledProperty
                      4. (trait)JDIRequestProperty
                      5. (trait)JDIRequestPropertyProcessor
                      6. (object)(case class)SuspendPolicyProperty
                      7. (case class)UniqueIdProperty
                      1. org.scaladebugger.api.lowlevel.requests.properties.processors
                        1. (class)CustomPropertyProcessor
                        2. (class)EnabledPropertyProcessor
                        3. (class)SuspendPolicyPropertyProcessor
                  8. org.scaladebugger.api.lowlevel.steps
                    1. (class)DummyStepManager
                    2. (trait)PendingStepSupport
                    3. (trait)PendingStepSupportLike
                    4. (trait)StandardPendingStepSupport
                    5. (class)StandardStepManager
                    6. (trait)StepManager
                    7. (case class)StepRequestInfo
                  9. org.scaladebugger.api.lowlevel.threads
                    1. (class)DummyThreadDeathManager
                    2. (class)DummyThreadStartManager
                    3. (trait)PendingThreadDeathSupport
                    4. (trait)PendingThreadDeathSupportLike
                    5. (trait)PendingThreadStartSupport
                    6. (trait)PendingThreadStartSupportLike
                    7. (trait)StandardPendingThreadDeathSupport
                    8. (trait)StandardPendingThreadStartSupport
                    9. (class)StandardThreadDeathManager
                    10. (class)StandardThreadStartManager
                    11. (trait)ThreadDeathManager
                    12. (case class)ThreadDeathRequestInfo
                    13. (trait)ThreadStartManager
                    14. (case class)ThreadStartRequestInfo
                  10. org.scaladebugger.api.lowlevel.utils
                    1. (object)(case class)JDIArgumentGroup
                    2. (trait)JDIHelperMethods
                  11. org.scaladebugger.api.lowlevel.vm
                    1. (class)DummyVMDeathManager
                    2. (trait)PendingVMDeathSupport
                    3. (trait)PendingVMDeathSupportLike
                    4. (trait)StandardPendingVMDeathSupport
                    5. (class)StandardVMDeathManager
                    6. (trait)VMDeathManager
                    7. (case class)VMDeathRequestInfo
                  12. org.scaladebugger.api.lowlevel.watchpoints
                    1. (trait)AccessWatchpointManager
                    2. (case class)AccessWatchpointRequestInfo
                    3. (class)DummyAccessWatchpointManager
                    4. (class)DummyModificationWatchpointManager
                    5. (trait)ModificationWatchpointManager
                    6. (case class)ModificationWatchpointRequestInfo
                    7. (case class)NoFieldFound
                    8. (trait)PendingAccessWatchpointSupport
                    9. (trait)PendingAccessWatchpointSupportLike
                    10. (trait)PendingModificationWatchpointSupport
                    11. (trait)PendingModificationWatchpointSupportLike
                    12. (class)StandardAccessWatchpointManager
                    13. (class)StandardModificationWatchpointManager
                    14. (trait)StandardPendingAccessWatchpointSupport
                    15. (trait)StandardPendingModificationWatchpointSupport
                  13. org.scaladebugger.api.lowlevel.wrappers
                    1. (object)
                      Implicits
                    2. (class)ReferenceTypeWrapper
                    3. (class)StackFrameWrapper
                    4. (class)ThreadReferenceWrapper
                    5. (class)ValueWrapper
                    6. (class)VirtualMachineWrapper
                4. org.scaladebugger.api.pipelines
                  1. (class)CloseOperation
                  2. (class)FilterNotOperation
                  3. (class)FilterOperation
                  4. (class)FlatMapOperation
                  5. (class)ForeachOperation
                  6. (class)MapOperation
                  7. (class)NoOperation
                  8. (trait)Operation
                  9. (object)(class)Pipeline
                5. org.scaladebugger.api.profiles
                  1. (object)
                    Constants
                  2. (trait)ProfileManager
                  3. (object)(class)StandardProfileManager
                  1. org.scaladebugger.api.profiles.pure
                    1. (object)(class)PureDebugProfile
                    1. org.scaladebugger.api.profiles.pure.breakpoints
                      1. (trait)PureBreakpointProfile
                    2. org.scaladebugger.api.profiles.pure.classes
                      1. (trait)PureClassPrepareProfile
                      2. (trait)PureClassUnloadProfile
                    3. org.scaladebugger.api.profiles.pure.events
                      1. (trait)PureEventProfile
                    4. org.scaladebugger.api.profiles.pure.exceptions
                      1. (trait)PureExceptionProfile
                    5. org.scaladebugger.api.profiles.pure.info
                      1. (class)PureArrayInfoProfile
                      2. (class)PureArrayTypeInfoProfile
                      3. (class)PureClassLoaderInfoProfile
                      4. (class)PureClassObjectInfoProfile
                      5. (class)PureClassTypeInfoProfile
                      6. (trait)PureCreateInfoProfile
                      7. (class)PureFieldInfoProfile
                      8. (class)PureFrameInfoProfile
                      9. (trait)PureGrabInfoProfile
                      10. (class)PureInfoProducerProfile
                      11. (class)PureInterfaceTypeInfoProfile
                      12. (class)PureLocalVariableInfoProfile
                      13. (class)PureLocationInfoProfile
                      14. (class)PureMethodInfoProfile
                      15. (trait)PureMiscInfoProfile
                      16. (class)PureObjectInfoProfile
                      17. (class)PurePrimitiveInfoProfile
                      18. (class)PurePrimitiveTypeInfoProfile
                      19. (class)PureReferenceTypeInfoProfile
                      20. (class)PureStringInfoProfile
                      21. (class)PureThreadGroupInfoProfile
                      22. (class)PureThreadInfoProfile
                      23. (class)PureThreadStatusInfoProfile
                      24. (class)PureTypeCheckerProfile
                      25. (object)(class)PureTypeInfoProfile
                      26. (object)(class)PureValueInfoProfile
                    6. org.scaladebugger.api.profiles.pure.methods
                      1. (trait)PureMethodEntryProfile
                      2. (trait)PureMethodExitProfile
                    7. org.scaladebugger.api.profiles.pure.monitors
                      1. (trait)PureMonitorContendedEnteredProfile
                      2. (trait)PureMonitorContendedEnterProfile
                      3. (trait)PureMonitorWaitedProfile
                      4. (trait)PureMonitorWaitProfile
                    8. org.scaladebugger.api.profiles.pure.steps
                      1. (trait)PureStepProfile
                    9. org.scaladebugger.api.profiles.pure.threads
                      1. (trait)PureThreadDeathProfile
                      2. (trait)PureThreadStartProfile
                    10. org.scaladebugger.api.profiles.pure.vm
                      1. (trait)PureVMDeathProfile
                      2. (trait)PureVMDisconnectProfile
                      3. (trait)PureVMStartProfile
                    11. org.scaladebugger.api.profiles.pure.watchpoints
                      1. (trait)PureAccessWatchpointProfile
                      2. (trait)PureModificationWatchpointProfile
                  2. org.scaladebugger.api.profiles.scala210
                    1. (object)(class)Scala210DebugProfile
                    1. org.scaladebugger.api.profiles.scala210.info
                      1. (class)Scala210FieldInfoProfile
                      2. (class)Scala210InfoProducerProfile
                      3. (class)Scala210ObjectInfoProfile
                      4. (class)Scala210ReferenceTypeInfoProfile
                  3. org.scaladebugger.api.profiles.swappable
                    1. (object)(trait)SwappableDebugProfile
                    2. (trait)SwappableDebugProfileManagement
                    1. org.scaladebugger.api.profiles.swappable.breakpoints
                      1. (trait)SwappableBreakpointProfile
                    2. org.scaladebugger.api.profiles.swappable.classes
                      1. (trait)SwappableClassPrepareProfile
                      2. (trait)SwappableClassUnloadProfile
                    3. org.scaladebugger.api.profiles.swappable.events
                      1. (trait)SwappableEventProfile
                    4. org.scaladebugger.api.profiles.swappable.exceptions
                      1. (trait)SwappableExceptionProfile
                    5. org.scaladebugger.api.profiles.swappable.info
                      1. (trait)SwappableCreateInfoProfile
                      2. (trait)SwappableGrabInfoProfile
                      3. (trait)SwappableMiscInfoProfile
                    6. org.scaladebugger.api.profiles.swappable.methods
                      1. (trait)SwappableMethodEntryProfile
                      2. (trait)SwappableMethodExitProfile
                    7. org.scaladebugger.api.profiles.swappable.monitors
                      1. (trait)SwappableMonitorContendedEnteredProfile
                      2. (trait)SwappableMonitorContendedEnterProfile
                      3. (trait)SwappableMonitorWaitedProfile
                      4. (trait)SwappableMonitorWaitProfile
                    8. org.scaladebugger.api.profiles.swappable.steps
                      1. (trait)SwappableStepProfile
                    9. org.scaladebugger.api.profiles.swappable.threads
                      1. (trait)SwappableThreadDeathProfile
                      2. (trait)SwappableThreadStartProfile
                    10. org.scaladebugger.api.profiles.swappable.vm
                      1. (trait)SwappableVMDeathProfile
                      2. (trait)SwappableVMDisconnectProfile
                      3. (trait)SwappableVMStartProfile
                    11. org.scaladebugger.api.profiles.swappable.watchpoints
                      1. (trait)SwappableAccessWatchpointProfile
                      2. (trait)SwappableModificationWatchpointProfile
                  4. org.scaladebugger.api.profiles.traits
                    1. (trait)DebugProfile
                    2. (trait)ManagerContainerDebugProfile
                    1. org.scaladebugger.api.profiles.traits.breakpoints
                      1. (trait)BreakpointProfile
                    2. org.scaladebugger.api.profiles.traits.classes
                      1. (trait)ClassPrepareProfile
                      2. (trait)ClassUnloadProfile
                    3. org.scaladebugger.api.profiles.traits.events
                      1. (trait)EventProfile
                    4. org.scaladebugger.api.profiles.traits.exceptions
                      1. (trait)ExceptionProfile
                    5. org.scaladebugger.api.profiles.traits.info
                      1. (object)(trait)ArrayInfoProfile
                      2. (trait)ArrayTypeInfoProfile
                      3. (class)CastNotPossibleException
                      4. (trait)ClassLoaderInfoProfile
                      5. (trait)ClassObjectInfoProfile
                      6. (trait)ClassTypeInfoProfile
                      7. (trait)CommonInfoProfile
                      8. (trait)CreateInfoProfile
                      9. (trait)FieldVariableInfoProfile
                      10. (trait)FrameInfoProfile
                      11. (trait)GrabInfoProfile
                      12. (trait)IndexedVariableInfoProfile
                      13. (trait)InfoProducerProfile
                      14. (trait)InterfaceTypeInfoProfile
                      15. (trait)LocationInfoProfile
                      16. (trait)MethodInfoProfile
                      17. (trait)MiscInfoProfile
                      18. (trait)ObjectInfoProfile
                      19. (trait)PrimitiveInfoProfile
                      20. (trait)PrimitiveTypeInfoProfile
                      21. (trait)ReferenceTypeInfoProfile
                      22. (trait)StringInfoProfile
                      23. (trait)ThreadGroupInfoProfile
                      24. (trait)ThreadInfoProfile
                      25. (trait)ThreadStatusInfoProfile
                      26. (trait)TypeCheckerProfile
                      27. (trait)TypeInfoProfile
                      28. (class)UnsupportedTypeException
                      29. (trait)ValueInfoProfile
                      30. (trait)VariableInfoProfile
                    6. org.scaladebugger.api.profiles.traits.methods
                      1. (trait)MethodEntryProfile
                      2. (trait)MethodExitProfile
                    7. org.scaladebugger.api.profiles.traits.monitors
                      1. (trait)MonitorContendedEnteredProfile
                      2. (trait)MonitorContendedEnterProfile
                      3. (trait)MonitorWaitedProfile
                      4. (trait)MonitorWaitProfile
                    8. org.scaladebugger.api.profiles.traits.steps
                      1. (trait)StepProfile
                    9. org.scaladebugger.api.profiles.traits.threads
                      1. (trait)ThreadDeathProfile
                      2. (trait)ThreadStartProfile
                    10. org.scaladebugger.api.profiles.traits.vm
                      1. (trait)VMDeathProfile
                      2. (trait)VMDisconnectProfile
                      3. (trait)VMStartProfile
                    11. org.scaladebugger.api.profiles.traits.watchpoints
                      1. (trait)AccessWatchpointProfile
                      2. (trait)ModificationWatchpointProfile
                6. org.scaladebugger.api.utils
                  1. (object)(case class)ActionInfo
                  2. (object)(case class)JavaProcess
                  3. (class)JDILoader
                  4. (class)JDIProcess
                  5. (object)(class)JDITools
                  6. (object)(case class)JVMOptions
                  7. (trait)Logging
                  8. (object)(class)LoopingTaskRunner
                  9. (object)(class)Memoization
                  10. (class)MultiMap
                  11. (class)PendingActionManager
                7. org.scaladebugger.api.virtualmachines
                  1. (object)(class)DummyScalaVirtualMachine
                  2. (object)(class)ObjectCache
                  3. (trait)ScalaVirtualMachine
                  4. (class)StandardScalaVirtualMachine