First time here? Check out the FAQ!
1

General: Unavailable Commands: debug-hide-value-tips

I'm using Wing Pro 10.0.1.3. In debug mode, when I hit Shift + Space, the tooltip cannot be activated, as shown below:

image description

Any tips for solving this problem?

Regards, Zhao

updated 2024-02-22 08:15:01 -0500
This post is a wiki. Anyone with karma >75 is welcome to improve it.
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

0

I've sent the report once more.

hongyi-zhao's avatar
507
hongyi-zhao
answered 2024-03-08 18:04:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Thanks for sending in the bug report. The answer is that you need to disable the obscure and apparently broken Debugger > Advanced > Animate Debug Data Tooltips preference and then it should work. Please let us know if not.

Wingware Support's avatar
4k
Wingware Support
answered 2024-02-26 08:12:24 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you. It works now.

hongyi-zhao's avatar hongyi-zhao (2024-02-26 18:36:24 -0500) edit
add a comment see more comments
0

I see that also sometimes but the debug value tool tips are still showing up and hiding as they should. If you are not seeing the tool tips appear, could you please let us know?

We'll look into why this is showing the error message, apparently due to processing the key release event twice. Thanks for reporting this.

Wingware Support's avatar
4k
Wingware Support
answered 2024-02-22 09:15:42 -0500
edit flag offensive 0 remove flag delete link

Comments

I don't see the tooltip coming up at all.

hongyi-zhao's avatar hongyi-zhao (2024-02-22 18:56:28 -0500) edit

Try doing Edit > Command by Name and then type describe-key-briefly, press Enter, and then press and release Shift-Space and then press Enter. Is this bound to a set of commands that starts with debug-show-value-tips? If not, that is the problem and the key may be redefined in a custom key binding.

If that is OK then I'm not sure what to try but it may make sense to just bind this functionality to another key using the User Interface > Keyboard > Custom Key Bindings preference. For example, you could bind Shift-F7 to the following commands:

debug-show-value-tips, debug-hide-value-tips

Then pressing Shift-F7 once will show the tips and pressing that again will hide it. The default binding of Shift-Space is designed to hide them again when you release the keys; if something is going wrong with that for some reason, then the above approach should still work.

Note that the ... (more)

Wingware Support's avatar Wingware Support (2024-02-22 19:33:07 -0500) edit
  1. "Try doing Edit > Command by Name and then type describe-key-briefly, press Enter, and then press and release Shift-Space and then press Enter. Is this bound to a set of commands that starts with debug-show-value-tips?"

It shows the following: Line 51 Col 10 - [User] Shift-Space is bound to debug-show-value-tips(release toggle=True); send-keys(keys=" ")

  1. "If that is OK then I'm not sure what to try but it may make sense to just bind this functionality to another key using the User Interface > Keyboard > Custom Key Bindings preference. For example, you could bind Shift-F7 to the following commands:

debug-show-value-tips, debug-hide-value-tips"

I tried this, but it still doesn't take effect.

hongyi-zhao's avatar hongyi-zhao (2024-02-22 23:37:18 -0500) edit

Could you please try running to a breakpoint, trying Shift-Space, and then right after it fails send in a bug report from Wing's Help menu? Please include the error log, which I hope will provide us with some clues as to what is going wrong. Thanks!

Wingware Support's avatar Wingware Support (2024-02-23 15:19:39 -0500) edit

I've sent the bug report according to your above guidance.

hongyi-zhao's avatar hongyi-zhao (2024-02-23 22:28:11 -0500) edit
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