visuald
visuald copied to clipboard
Don't pop up JitDebugger window if "COM Server for DParser" crashes
"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.
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.
I have opened a bug report for the parser: https://github.com/aBothe/D_Parser/issues/195
Please try the fixed DLL by just replacing it in the VisualD/DParser folder: https://gist.github.com/rainers/6cdf73b48837defb9f88#file-d_parser-dll
Yep, this version seems to work fine in my projects. I'll test it more actively tomorrow.
hi,@rainers how can we open Issue ?it seems this project cant Open a Issue...
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.