continue decouple xdebugger ex ui — XValue/XStackFrame impl

This commit is contained in:
Vladimir Krivosheev
2014-03-07 14:39:37 +01:00
parent f4716662d0
commit 15cb81bc9d
@@ -100,4 +100,14 @@ debugger.no.watches=No watches
debugger.no.breakpoints=No breakpoints
debugger.no.results=Type an expression and press 'Enter'
load.value.task.error=Cannot load value\: {0}
load.value.task.text=Loading value
load.value.task.text=Loading value
scope.global = Global
scope.local = Local
scope.with = With Block
scope.closure = Closure
scope.catch = Catch
scope.class = Class
scope.instance = Instance
scope.library = Library
scope.unknown = Unknown