When debugging, you typically need to re-execute code fragments so you can understand what they are doing in the debugging context.
Currently, I can select text in the code displayed in the debug window but when I try to copy that text and paste it into my session, I get instead code that I had previously copied, and not the highlighted text from the debug window. I suspect that this might tie into the implementation of "always on top" - I think it might be important to track which window last had the mouse to resolve the resulting ambiguities in the underlying representations of the state of J's windows. This is on osx, j807 release c. It would be good if copying a j phrase from the debug window into the session window worked. Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
