mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
continue decouple xdebugger ex ui — XValue/XStackFrame impl
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user