First time here? Check out the FAQ!
1

Blank lines when showing stack data variables

Is there a way to suppress the blank lines that show when opening structures in stack data? Typically I have 'sort alphabetically' enabled and thus have a number of blank lines before the actual symbols.. I'm sure its something obvious but I've yet to find it..

Here is an example, I dont understand why the blank lines after iconSizeChanged, nor after __weakref. This happens in both wingpro7 and 8.

image description

jimNH's avatar
11
jimNH
asked 2021-01-03 16:47:08 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2021-01-15 08:25:25 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Does the value you're showing contain blank values? I don't think there should be unless the value has blank items and we probably shouldn't arbitrarily filter those out since it's conceivable something like that could be a bug.

Wingware Support's avatar Wingware Support (2021-01-04 09:36:24 -0500) edit

That is pretty odd. If you can look at the value in the Debug Console tool (in the Tools menu) does dir(value) or other inspection show that it has empty key/value pairs or the equivalent for non-dict types? The original value name isn't visible in the above so I'm not sure which value to inspect, but it would be the one that contains the above-shown fields. It's possibly something odd going on in the PyQt wrapper, but we use PyQt here and I've not seen this. If there's a way to send a test case that illustrates this to support@wingware.com then we could also look at it here.

Wingware Support's avatar Wingware Support (2021-01-11 10:33:45 -0500) edit
add a comment see more comments

1 Answer

0

This is a bug that will be fixed in 7.2.8.1+. Thanks for reporting this!

Wingware Support's avatar
4k
Wingware Support
answered 2021-01-15 08:25:16 -0500
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