摘要:Remote debugSTL data displayTracepoint New data tip(still to come)Visualization(still to come) 阅读全文
What's new in VS2005 debugger -- STL data display
2004-07-16 12:48 by atempcode, 772 阅读, 0 推荐, 收藏, 编辑
摘要:The STL data diaplay has improved in the VS2005. Conisder the simple c++ code: #include "stdafx.h"#include int _tmain(int argc, _TCHAR* argv[]){std::vector V;V.insert(V.begin(), "hello");V.insert(V... 阅读全文
Waht's new in the VS2005 debugger? -- Remote debug enhancement
2004-07-16 11:44 by atempcode, 1138 阅读, 0 推荐, 收藏, 编辑
摘要:Now msvsmon can run from a file share! Read the walk through from the MS document: Scenario: Alice and Bob both are employees at SomeCompany. SomeCompany has an NT domain named SomeCompany. Bob is ha... 阅读全文
Clippy is back! (to VS.Net 2005)
2004-07-14 09:35 by atempcode, 442 阅读, 0 推荐, 收藏, 编辑
摘要:Do you still remember the little clippy in the Office? It is back!Source: http://notgartner.com/posts/355.aspx 阅读全文
The simple debugger
2004-07-12 16:03 by atempcode, 582 阅读, 0 推荐, 收藏, 编辑
摘要:This is the p-code of a simple debugger on Windows.1. the debugger create a process with the dwCreationFlags set to DEBUG_ONLY_THIS_PROCESS.2. After the target started, the debugger enter into a loop.... 阅读全文
Shipping a product is no easy...
2004-07-10 09:48 by atempcode, 560 阅读, 0 推荐, 收藏, 编辑
摘要:What happened in the week before VS.net2005 beta1 released:http://blogs.msdn.com/Somasegar/archive/2004/07/09/178789.aspx 阅读全文
Debugging JScript in the Custom Wizards
2004-07-09 16:09 by atempcode, 1309 阅读, 0 推荐, 收藏, 编辑
摘要:From newsgroup: > I am creating some custom wizards, it would go faster if I could debug the > jscript code, even trace statements to a debug viewer would be fine. > > Any suggestions? > > JamesL At... 阅读全文
New Google Group Beta
2004-07-09 14:49 by atempcode, 429 阅读, 0 推荐, 收藏, 编辑
摘要:http://groups-beta.google.comUI looks like GMail, and most important we can use this to search group while groups.google.com is blocked. 阅读全文
New Feature In the VS.Net 2005 Editor
2004-07-08 09:23 by atempcode, 638 阅读, 0 推荐, 收藏, 编辑
摘要:The Definition toolwindow The Definition toolwindow is a new toolwindow in the VS2005. It will show the definition of the tag under the cursor. SourceInsight already had this, MS is really good at... 阅读全文
Who am I
2004-07-08 09:20 by atempcode, 512 阅读, 0 推荐, 收藏, 编辑
摘要:I worked in a BIOS company. Our code runs mainly after the computer power on and before the OS boot. Now my project is a new IDE for BIOS development. We take advantage of the VSIP technology to build... 阅读全文