TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Open Sourcing Visual Studio’s GDB/LLDB Debug Engine

213 点作者 Olivier26大约 10 年前

8 条评论

solutionyogi大约 10 年前
I 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.
评论 #9464899 未加载
评论 #9464687 未加载
评论 #9464749 未加载
评论 #9465423 未加载
评论 #9465718 未加载
评论 #9464746 未加载
bithush大约 10 年前
I am really loving this new Microsoft. What I would <i>love</i> would be for Microsoft to offer resources to get Clang&#x2F;LLVM working on Windows as well as MSVC so it can be a first class compiler in VS.
评论 #9464163 未加载
laichzeit0大约 10 年前
<p><pre><code> What license will the source code be released under? We plan to release it under the MIT open source license. </code></pre> This is the best part. Have they finally seen the light?
评论 #9464340 未加载
orionblastar大约 10 年前
I miss the days of MASM and Codeview. I used to debug DOS programs in Codeview and could step into and out of code lines and even modify the code. By changing a JE to JNE I was able to bypass the Lotus 123 2.0 protection so it could be installed on a Netware drive instead of just a floppy disk.<p>GDB&#x2F;LLDB it is good that Microsoft is open sourcing their debug tools. Microsoft has been struggling with improving Visual Studio and Dotnet, so in open sourcing them or parts of them in CoreCLR, Visual Studio Core, and then GDB&#x2F;LLDB they are letting open source developers participate in improving them.<p>Sure it isn&#x27;t the full version of Visual Studio, I don&#x27;t expect Microsoft to give away everything but small parts of it. Sometimes less is more, in that the fewer lines of code the smaller the program the faster it runs.<p>I would like to see an Office Core and SQL Server Core as well if they can.
TillE大约 10 年前
&gt; We will be releasing the source code by the time we release the RTM version of Visual Studio 2015.<p>Not to be confused with the RC that got released today, which isn&#x27;t actually a Release Candidate.
callesgg大约 10 年前
Nice to see that Microsoft as a company actually understands where their customers are going.
MarkSweep大约 10 年前
I&#x27;ve been using VisualGDB at work to do embeeded programming on a Cortex M4. Hopefully these guys can benefit from this new Microsoft code, as some things like expression eval don&#x27;t work in VisualGDB.
评论 #9465829 未加载
shmerl大约 10 年前
So, will it enable making a user friendly frontend to GDB for Linux?
评论 #9466660 未加载