Class DebugSymbols

java.lang.Object
io.webfolder.cdp.type.debugger.DebugSymbols

public class DebugSymbols extends Object
Debug symbols available for a wasm script.
  • Constructor Details

    • DebugSymbols

      public DebugSymbols()
  • Method Details

    • getType

      public DebugSymbolType getType()
      Type of the debug symbols.
    • setType

      public void setType(DebugSymbolType type)
      Type of the debug symbols.
    • getExternalURL

      public String getExternalURL()
      URL of the external symbol source.
    • setExternalURL

      public void setExternalURL(String externalURL)
      URL of the external symbol source.
    • toString

      public String toString()
      Overrides:
      toString in class Object