Notes:
Changes:
* ensure 'yaml' (is_binary_data?) is always loaded in xml_printer.rb
* VarInstanceCommand enumerates also variables of an object's class, as it
is done in the classic-debugger
* do not send unneeded end-of-lines (fast and classic protocol merging)
* do not send non-xml PROMPT and CONFIRM + getting rid of 'confirm' methods
in the whole codebase (fast and classic protocol merging)
* send info <message> when 'delete' is used without given 'pos' (deleting of
all breakpoints is not supported)
* return <error> on 'delete <negative_int>' (protocol unification)
* always use one-based frame numbering (was not the case in <frame[s]>)
* send message 'finished' back when exiting
|