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

Change modal message box about unloadable assemblies on the debuggee side, to something non-modal #52

Open
shargon opened this issue Feb 13, 2020 · 3 comments

Comments

@shargon
Copy link

shargon commented Feb 13, 2020

image

With Visual Studio 2019

@zspitz
Copy link
Owner

zspitz commented Feb 13, 2020

The error message should probably be more clear, but all it's saying is if there are any parsers or lexers in these assemblies, the visualizer won't be able to use them. Once you press OK, you should be able to use the visualizer as normal.

@shargon
Copy link
Author

shargon commented Feb 14, 2020

Yes, it works after click OK, but it's not possible to remove it?

@zspitz
Copy link
Owner

zspitz commented Feb 15, 2020

I'm currently using this to display the list of available lexers and parsers in the settings. It's important to let the user know that the lexer or parser they want to use is unavailable to the visualizer because the assembly cannot be loaded.

I suppose I could add assemblies for which this error should be ignored, and the message would only appear once. Would that be a good compromise?

Do you have any other thoughts on how to improve this UX?

@zspitz zspitz changed the title The visualizer tool doesn't work - Visual Studio 2019 Change modal message box about unloadable assemblies on the debuggee side, to something non-modal Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants