visuald icon indicating copy to clipboard operation
visuald copied to clipboard

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

Open thedeemon opened this issue 8 years ago • 6 comments

"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.

thedeemon avatar Jan 10 '16 01:01 thedeemon

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 avatar Jan 10 '16 22:01 rainers

I have opened a bug report for the parser: https://github.com/aBothe/D_Parser/issues/195

rainers avatar Jan 11 '16 22:01 rainers

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

rainers avatar Jan 13 '16 22:01 rainers

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

thedeemon avatar Jan 14 '16 00:01 thedeemon

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

sgf avatar May 29 '17 19:05 sgf

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.

rainers avatar May 29 '17 21:05 rainers