opendylan icon indicating copy to clipboard operation
opendylan copied to clipboard

dylan-environment display command does not work

Open housel opened this issue 4 years ago • 0 comments

The display command in the command-line environment is not able to parse its argument:

No applicable method, applying {<incremental-generic-function>: parse-next-argument} to {<simple-object-vector>: {<environment-context-implementation>}, {<class>: <application-object>}, ":display simple-breakpoint", #"start", 9, #"end", 26}.

(The command, intended to display raw memory in the debugged process, is probably not very useful anyway.)

housel avatar Jun 12 '21 21:06 housel