I have corrected nasty crash on right click. File odbg110.zip includes also updated help and version 1.10 of command line plugin. If you report no critical errors, this version will be declared final in a week.
Command-line plugin now allows you to modify memory and registers, like:
SET EAX=0
CL=[BYTE 410000]
SET [461234]=ESI+1
To issue commands from conditional logging breakpoint, precede them with a point: .EAX=0. Plugin's source, together with the new plugin API, will be uploaded in a week, too.