org.scaladebugger.api.profiles

traits

package traits

Visibility
  1. Public
  2. All

Type Members

  1. trait DebugProfile extends AccessWatchpointProfile with BreakpointProfile with ClassPrepareProfile with ClassUnloadProfile with CreateInfoProfile with EventProfile with ExceptionProfile with GrabInfoProfile with MethodEntryProfile with MethodExitProfile with MiscInfoProfile with ModificationWatchpointProfile with MonitorContendedEnteredProfile with MonitorContendedEnterProfile with MonitorWaitedProfile with MonitorWaitProfile with StepProfile with ThreadDeathProfile with ThreadStartProfile with VMStartProfile with VMDeathProfile with VMDisconnectProfile

    Represents the interface that needs to be implemented to provide functionality for a specific debug profile.

  2. trait ManagerContainerDebugProfile extends DebugProfile

    Represents a debug profile that uses managers provided by a manager container as the underlying implementation.

Value Members

  1. package breakpoints

  2. package classes

  3. package events

  4. package exceptions

  5. package info

  6. package methods

  7. package monitors

  8. package steps

  9. package threads

  10. package vm

  11. package watchpoints

Ungrouped