Interface DebuggerAutoMappingService


public interface DebuggerAutoMappingService
The service to query auto-map settings
  • Method Details

    • setAutoMapSpec

      void setAutoMapSpec(AutoMapSpec spec)
      Set the current auto-map specification in the Modules provider
      Parameters:
      spec - the new setting
    • getAutoMapSpec

      AutoMapSpec getAutoMapSpec()
      Get the auto-map setting currently active in the Modules provider
      Returns:
      the current setting
    • getAutoMapSpec

      AutoMapSpec getAutoMapSpec(Trace trace)
      Get the current auto-map setting for the given trace
      Parameters:
      trace - the trace
      Returns:
      the auto-map setting for the trace, or the setting in the Modules provider, if the trace does not have its own setting.