Interface IDebugInfo

All Known Implementing Classes:
DebugInfo

public interface IDebugInfo
  • Method Details

    • getSourceLineMapping

      Map<Integer,Integer> getSourceLineMapping()
      Map instruction offset to source line number
    • getLocalVars

      List<ILocalVar> getLocalVars()