Class ProfilingRuntimeEventDispatchJob

java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
com._1c.g5.v8.dt.internal.debug.core.model.RuntimeEventDispatchJob
com._1c.g5.v8.dt.debug.profiling.ProfilingRuntimeEventDispatchJob
All Implemented Interfaces:
IRuntimeEventDispatcher, Comparable<org.eclipse.core.internal.jobs.InternalJob>, org.eclipse.core.runtime.IAdaptable

public class ProfilingRuntimeEventDispatchJob extends RuntimeEventDispatchJob
1C:Enterprise Runtime debug process event dispatching job. Overrides the standard one and adds profiling functionality.
  • Constructor Details

    • ProfilingRuntimeEventDispatchJob

      public ProfilingRuntimeEventDispatchJob()
  • Method Details

    • processUnspecifiedEvent

      protected void processUnspecifiedEvent(DBGUIExtCmdInfoBase event) throws org.eclipse.debug.core.DebugException
      Description copied from class: RuntimeEventDispatchJob
      Process unspecified 1C:Enterprise Runtime debug. Default implementation throws an UnsupportedOperationException, subclass may override this behavior.
      Overrides:
      processUnspecifiedEvent in class RuntimeEventDispatchJob
      Parameters:
      event - an event to process, cannot be null
      Throws:
      org.eclipse.debug.core.DebugException - if event processing fails