Toggle navigation
Home
org.eclipse.che.plugin.gdb.ide.GdbDebugger to org.eclipse.che.api.debugger.server.Debugger
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'che'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Method invocation
deleteAllBreakPoints
to
deleteAllBreakpoints
expression
to
evaluate
Add or Remove Method invocation
gdbDebugger.getBreakpoints().getBreakpoints()
to
gdbDebugger.getAllBreakpoints()
gdbDebugger.getValue("i")
to
gdbDebugger.getValue(variablePath)
gdbDebugger.expression("10 + 10")
to
gdbDebugger.evaluate("10 + 10")
GdbDebugger.newInstance("localhost",1111,file,sourceDirectory.getParent().toString())
to
properties
spy(properties)
to
gdbDebuggerFactory.create(properties,events::add)
Update argument list (Method invocation)
resume
to
resume
stepOut
to
stepOut
stepOver
to
stepOver
stepOver
to
stepOver
stepOver
to
stepOver
setValue
to
setValue
start
to
start
Cascading Type Change (Different)
Value
to
SimpleValue
Introduce Literal
"i"
to
variablePath
"2"
to
variable
Other
1111
to
properties