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

Don't pop up JitDebugger window if "COM Server for DParser" crashes #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thedeemon
Copy link

"COM Server for DParser" crashes a lot with stack overflow on some projects (like DLangUI).
Every time it happens Just-in-Time Debugging window appears offering to close or debug it, which is very annoying.
This small change allows DParserCOMServer.exe crash silently, without any annoying windows.

Also, app.config file was missing, so I removed reference to it from the project.

@rainers
Copy link
Member

rainers commented Jan 10, 2016

Thanks. I'd prefer to fix the stack overflow, though.
If that is not easily possible, a message in the status line would be helpful, because functions relying on the semantic analysis (tooltips, goto definition) doesn't work until you change the source.

@rainers
Copy link
Member

rainers commented Jan 11, 2016

I have opened a bug report for the parser: aBothe/D_Parser#195

@rainers
Copy link
Member

rainers commented Jan 13, 2016

Please try the fixed DLL by just replacing it in the VisualD/DParser folder: https://gist.github.com/rainers/6cdf73b48837defb9f88#file-d_parser-dll

@thedeemon
Copy link
Author

Yep, this version seems to work fine in my projects. I'll test it more actively tomorrow.

@sgf
Copy link

sgf commented May 29, 2017

hi,@rainers how can we open Issue ?it seems this project cant Open a Issue...

@rainers
Copy link
Member

rainers commented May 29, 2017

hi,@rainers how can we open Issue ?it seems this project cant Open a Issue...

Please use the main bugzilla here: https://issues.dlang.org/ and select component "visuald" when entering a bug or enhancement request.

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

Successfully merging this pull request may close these issues.

3 participants