First time here? Check out the FAQ!
1

Wing 12 Pro Debug I/O configured for Pseudo-Terminal how to copy selected text?

With Debug I/O not configured for pseudoterminal, mouse right-click launches a menu that allow selection copy. Ctrl-C also works to copy selected text,

With 'Use Psuedo-Terminal' configured

  1. mouse right-click does not show the menu and
  2. Ctrl-C does not copy the text selection.

How to copy text out of Debug I/O when configured for Pseudo-Terminal'?

Details: Wing Pro 12.0.1.0 OS: Linux debian-x250 6.1.0-47-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.170-3 (2026-05-08) x86_64 GNU/Linux : Debian version 12.15

anonymous user
Anonymous
asked 2026-07-21 20:25:41 +0000
Wingware Support's avatar
4.3k
Wingware Support
updated 2026-07-22 19:05:20 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Selecting and using Copy in the Edit menu seems to work. The key binding given there does not work, however, which I think is a bug. We'll look at fixing that.

Wingware Support's avatar
4.3k
Wingware Support
answered 2026-07-22 02:03:01 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

We have some fixes related to this going into update 12.0.1.3 when it's available. It wil detect if there's a select and do Copy rather than sending in Ctrl-C to the child process. We've also added finer-grained control over when keys are sent into an OS Command or Debug I/O.

For now the work-arounds are: (1) Turn off Use Pseudo-Terminal in the Debug I/O Options menu, or (2) Use Shift-Ctrl-C, or (3) turn off the User Interface > Console Keys > Send Keys Directly to Console Tools preference or use the related preferences on that same preferences page to set up a custom key binding for the 'copy' command.

Wingware Support's avatar
4.3k
Wingware Support
answered 2026-07-22 19:05:03 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer