Browse by Tags
All Tags » debugging ( RSS)
-
|
This week on Channel 9, Brian and guest host Habib Heydarian discuss the week's top developer news including: [1:05] Happy Birthday Kinect! [3:31] Microsoft Media Platform: Player Framework v2.6 Released , SMF "How To" Documentation , new...
|
-
|
ICSE, the International Conference on Software Engineering,® is the premier software engineering conference, providing a forum for researchers, practitioners and educators to present and discuss the most recent innovations, trends, experiences and concerns...
|
-
|
One of the interesting challenges when trying to troubleshoot remotely connected systems is figuring out what they're saying to each other. The CASI Kit that I've posted about other times on this blog ( http://blogs.technet.com/b/speschka/archive...
|
-
|
I've seen this problem crop up a few times now so I thought I'd try and share in case you run across it and are trying to troubleshoot. I've seen cases where you can't get name resolution to work, like when you type in a name in the type...
|
-
|
I was recently clued into an pretty interesting little tool that can be useful when debugging how a document is crawled using FAST Search for SharePoint 2010. It will crack a document and break out for you exactly what properties are being extracted and...
|
-
|
Care of our friends over at Run As Radio , Jeff Stokes talks with Richard Campbell about Xperf, which is part of a suite of tools called the Windows Performance Analysis Toolkit (WPT). WPT digs into Windows where PerfMon leaves off by using Event Tracing...
|
-
|
커널 개체 핸들 누수 문제를 디버깅하기 위하여 !htrace debug extension 을 이용할 수 있습니다 . 그러나 !trace 를 사용하기 전에 , handle tracing 이 활성화되어 있어야 합니다 . Handle tracing 을 활성화하는 방법은 windbg 디버거에서 !htrace -enable 명령을 실행하는 것입니다 . 그러나 이 방법은 문제가 발생하는 production server 에 live debugging 환경을...
|
-
|
메모리 관련 리소스 부족으로 Windows 행 현상이 발생할 수 있는 경우는 여러 가지가 있습니다 . 이 blog 는 Committed page 가 Commit limit 에 도달하여 Windows 행 현상이 발생한 사례입니다 . 아래는 시스템 행이 발생한 Windows 서버의 행 메모리 덤프에서 !vm 을 실행한 결과입니다 . 3: kd> !vm *** Virtual Memory Usage *** Physical Memory: 851259...
|
-
|
In this video, Mark Marron, who is visiting the Research in Software Engineering group (RiSE) for the summer, describes some work and gives a short demo on a technique for visualizing and understanding a program’s runtime memory structure (which data...
|
-
|
Introduzione Nell'ambito del Memory Manager di Windows un concetto interessante, e talvolta poco approfondito, è quello delle "System PTE". L'obiettivo di questo post è di definire queste entità, chiarirne il loro ruolo e distinguerle...
|
-
|
The era of cluster computing and Multicore drives change for Windows Developers, with development shifting to Threads and Parallel. Microsoft and its rich partner’s ecosystem provide solutions to meet the challenges of parallel development and to accelerate...
|
-
|
In this screencast Fredrik Normén shows how to debug Silverlight 4 Out Of Browser applications in Visual Studio 2010. Share this post: Read More...
|
-
|
Hey folks, I've had this happen to me a couple of times and it's driven me a little crazy figuring out what was going on. You may use Visual Studio 2010 to create a new SharePoint 2010 application. You do something innocuous like using (SPSite...
|
-
|
Author : Hi, I am Daniel Moth Introduction : This screencasts covers the new Parallel Tasks and Parallel Stacks debugging windows in Visual Studio 2010. It demonstrates the sample code from the MSDN Magazine on this topic which you can read here: Debugging...
|
-
|
After a long beta period the 64-bit version of Debug Diag 1.1 was made available for public download from Microsoft download center. The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance...
|
-
|
The developer dashboard is a new feature in SharePoint 2010 that is design to provide additional performance and tracing information that can be used to debug and troubleshoot issues with page rendering time. The dashboard is turned off by default, but...
|
-
|
Author : Hi, I am Daniel Moth Introduction : Developers using MPI to develop applications, have been experiencing severe productivity pains when it came to debugging those apps on the Windows HPC 2008 cluster. This video shows how easy "F5"...
|
-
|
Author : Hi, I am Daniel Moth Introduction : In Visual Studio 2010, the Parallel Computing team has delivered APIs and tools for developers wanting to build applications that take advantage of multiple cores. This video provides a glimpse on the managed...
|
-
|
Hello, and welcome to our second post in the Windows 7 launch series. This post is going to be a long one, so buckle in. We’re going to start with an overview of Fault Tolerant Heap, which is a new feature in Windows 7 and Windows Server 2008 R2 and then...
|
-
|
Good morning AskPerf! We’ve had plenty of discussions in the past about Pool Memory – both Paged and NonPaged. Today we’re going to review how we can determine the Pool Memory usage from a memory dump file via the !poolused command. A quick note – if...
|
-
|
Happy Friday AskPerf! No alphabet soup or Sesame Street quips today. Today, we’re going to take a quick look at two debugger commands that you can use to examine memory use, !vm and !memusage . Why two commands? One shows you information about virtual...
|
-
|
Over the last few weeks, we’ve been posting quite a bit on different topics related to Debugging . Today we’re continuing in that vein by looking at one of the most common commands that we use when reviewing both kernel- and user-mode dump files...
|
-
|
I know – it really does seem like I’m on a bit of a Sesame Street kick at the moment, doesn’t it? Ah well - it is Friday and the weekend is almost upon us. Why not have a little fun? Today, we’re continuing on with looking at different debugger commands...
|
-
|
Good morning AskPerf! 2009 is moving fast – it’s hard to believe we’re already into August! Today, we’re continuing on with our debugging focus. Over the next few posts, we’ll be looking at different command types within the debugger. Today’s post is...
|
-
|
Welcome back AskPerf! Carrying on with our debugging / architectural theme from the last couple of weeks, today’s topic is about the stack. A stack is a way of storing information – a data structure. When a new object is placed on the...
|
More Posts Next page »
|
|