microsoft / RTVS

R Tools for Visual Studio.
MIT License
390 stars 118 forks source link

UI shows two debug selections but doesn't distinguish between them #4253

Open arencambre opened 6 years ago

arencambre commented 6 years ago

This is what I see when I use the dropdown by the Source startup file debugger: image

This is a UI problem as there are two identically-named selections, and it is unclear how they differ except for an icon that has little meaning.

Additionally, clicking on the second option appears to do nothing.

Expected UI: if these are in fact the same thing, then there should not be two selections. If they are different, then the UI should make it clear how they differ.

Because both selections are named the same, and clicking on the second selection seems to do nothing, I suspect that the current situation is somewhere in between "does the same thing" and "they are different".

arencambre commented 6 years ago

Just used the frown feedback option in VS. The email references this issue.

MikhailArkhipov commented 6 years ago

Seems to be a cosmetic issue in the IDE (VS core controls the list). Second entry appears to be inert. We'll look into why this might be happening, but it appears there is no direct harm :-)