Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
blogs.msdn.com
Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
1–10 of 42 posts
Re: Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
#2Re: Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
#3I am really loving this new Microsoft. What I would love would be for Microsoft to offer resources to get Clang/LLVM working on Windows as well as MSVC so it can be a first class compiler in VS.
Re: Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
#4 What license will the source code be released under?
We plan to release it under the MIT open source license.
This is the best part. Have they finally seen the light?Re: Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
#5What license will the source code be released under? We plan to release it under the MIT open source license. This is the best part. Have they finally seen the light?
Re: Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
#6Re: Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
#7Re: Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
#8I personally don't use debugger that much but whenever I have used it, I have always been amazed at VS's debugger capability. I don't think I am exaggerating when I say that VS has the best debugger across all languages/platforms. I think this is a GREAT news for all the developers.
Yes and no :P Afaik gdb can for particular languages do everything the VS debugger can do, even more (or so I heard once), but the major and utterly important difference is the fact the VS debugger comes with the IDE and the 'I' in the word makes it so much easier to use than anything else out there that usually you can get a lot done with it in a much shorter timespan than with other debuggers. And as such gives people the right to call it the best debugger, imo.
Re: Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
#9I personally don't use debugger that much but whenever I have used it, I have always been amazed at VS's debugger capability. I don't think I am exaggerating when I say that VS has the best debugger across all languages/platforms. I think this is a GREAT news for all the developers.
VS has the best debugger Yes and no :P Afaik gdb can for particular languages do everything the VS debugger can do, even more (or so I heard once), but the major and utterly important difference is the fact the VS debugger comes with the IDE and the 'I' in the word makes it so much easier to use than anything else out there that usually you can get a lot done with it in a much shorter timespan than with other debugge…
Re: Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
#10Earlier quoted context omitted.
VS has the best debugger Yes and no :P Afaik gdb can for particular languages do everything the VS debugger can do, even more (or so I heard once), but the major and utterly important difference is the fact the VS debugger comes with the IDE and the 'I' in the word makes it so much easier to use than anything else out there that usually you can get a lot done with it in a much shorter timespan than with other debugge…
Still takes a lot less time to use VS than to use the XCode debugger IMO. Having to expand anon struct/union members makes debugging in some codebases a real pain.