Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon missing for data breakpoints #79885

Closed
weinand opened this issue Aug 27, 2019 · 10 comments · Fixed by microsoft/azuredatastudio#7206
Closed

Icon missing for data breakpoints #79885

weinand opened this issue Aug 27, 2019 · 10 comments · Fixed by microsoft/azuredatastudio#7206
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Aug 27, 2019

Testing #79799

Data breakpoints don't show an icon in the BREAKPOINTS view:

2019-08-27_12-33-28

@weinand weinand added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Aug 27, 2019
@weinand weinand added this to the August 2019 milestone Aug 27, 2019
@isidorn
Copy link
Contributor

isidorn commented Aug 27, 2019

@misolori and me were thinking if we should go with the standard red circle. Or be more creative and use something new like a red hexagon.
If we do not find something nice, I will just go with the red circle for this week.

@weinand let me know if you have some ideas.

@weinand
Copy link
Contributor Author

weinand commented Aug 27, 2019

I'm fine with everything that looks different than the shapes already in use.
E.g. a dodecahedron or any other Platonic solid works fine for me...

@miguelsolorio
Copy link
Contributor

@isidorn @weinand here are a few options and the rest to compare. Complex 3d shapes are a lot harder to see at smaller sizes:

image

@weinand
Copy link
Contributor Author

weinand commented Aug 27, 2019

the "Platonic solids" was a joke... no 3D necessary.
I like Data 2

@isidorn
Copy link
Contributor

isidorn commented Aug 28, 2019

Data 2 was what I imagined. And yes I really like it.
Since the other remind me of batman (I don't know why), the sun and the moon.

@misolori I will update the code and you can just push the icons to src/vs/workbench/contrib/debug/browser/media/
We need breakpoint-data.svg, breakpoint-data-disabled.svg and breakpoint-data-unverified.svg

@isidorn
Copy link
Contributor

isidorn commented Aug 28, 2019

@misolori I have pushed the changes on the vscode side via 44fa853
We just need the three .svg files

@miguelsolorio
Copy link
Contributor

These are now checked in:

image

hunghw pushed a commit to hunghw/vscode that referenced this issue Aug 28, 2019
@isidorn
Copy link
Contributor

isidorn commented Aug 28, 2019

Fancy!

@weinand
Copy link
Contributor Author

weinand commented Aug 29, 2019

Verified that data breakpoint got an icon.

However, the visual difference between the new icon and the icon of source breakpoints is almost invisible at the default size:

2019-08-29_13-00-06

Maybe a square icon would be a better choice.

@weinand weinand added the verified Verification succeeded label Aug 29, 2019
@isidorn
Copy link
Contributor

isidorn commented Aug 30, 2019

An issue with the square icon is that it looks like the stop sign.
I like this one but it needs to be thiner, so it looks less rounded.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants