debugging tools

  1. Alex Sokolek

    Multi-Threading, Visual Studio, and Breakpoints.

    This is a repost, now that ChatGPT is working again... Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the...
  2. News

    VIDEO Debug memory leaks with the Microsoft Edge Detached Elements tool

    Memory leaks occur when the JavaScript code of an application retains more and more objects in memory that it doesn’t need any longer instead of releasing them for the browser to garbage collect (GC). For long-running apps, small memory leaks of only a few kilobytes can add up to noticeably...
  3. News

    New Tools in Windows Device Portal for the Windows 10 Fall Creators Update

    In the Windows 10 Fall Creators Update, Device Portal now offers several new tools from across Windows to help you location test your UWP, explore Mixed Reality, build new hardware peripherals and test your apps new installation pipeline. It’s a little bit of goodness for everyone, and we’re...
  4. News

    Windows 10 SDK Preview Build 15021 Released

    Today, we released a new Windows 10 Creators Update SDK Preview to be used in conjunction with Windows 10 Insider Preview (Build 15021 or greater). The Preview SDK is a pre-release and cannot be used in a production environment. Please only install the SDK on your test machine. The Preview SDK...
  5. News

    Windows 10 SDK Preview Build 15003 Released

    Today, we released a new Windows 10 Creators Update SDK Preview to be used in conjunction with Windows 10 Insider Preview (Build 15003 or greater). The Preview SDK is a pre-release and cannot be used in a production environment. Please only install the SDK on your test machine. The Preview SDK...
  6. Krischan

    Windows 7 Blue Screen and no idea how to solve it

    Hi guys, my wifes computer came down with a buttload of bluescreens over evening and we have no idea, why. I got a memory dump and tried to use the debugger but I'm not really getting anything useful (for my knowhow level) of it. Maybe one of you guys can do it...
  7. News

    Remote Tools for Visual Studio 2012 Update 5

    Remote Tools for Visual Studio 2012 enables remote debugging, remote testing, and performance unit testing on computers that don't have Visual Studio installed. This set of tools also enables the installation of a developer license, deployment, and performance profiling of Windows apps to...
  8. News

    Defrag Tools: #131 - Windows 10 SDK | Defrag Tools

    In this episode of Defrag Tools, Andrew Richards and Chad Beeder walk you through the download of the Windows 10 SDK and the latest Sysinternals tools. We harvest the Debugging Tools for Windows, Windows Performance Toolkit, and Application Verifier files from the SDK. Previous Versions: Link...
  9. Matthew Wieting

    Windows 7 BSOD! HELP

    Loading Dump File [C:\Users\Matt.INNOVA\Desktop\021314-14492-01.dmp] Mini Kernel Dump File: Only registers and stack trace are available Symbol search path is: *** Invalid *** **************************************************************************** * Symbol loading may be unreliable without...
  10. NarWhat

    Windows 7 DRIVER_CORRUPTED_POOL 0xC5_2

    Hey guys, I've been having some issues with BSoD's recently, and Microsoft Support told me it was hardware when it definately was not. I have the .dmp analyzed by WinDBG, so here it is: Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64 Copyright (c) Microsoft Corporation. All rights...
  11. G

    Windows 7 BSOD - Bugcheck 109

    hello, I'm posting because my PC crashing every day.. I see only Bugcheck 109 caused by ntkrnlmp.exe and memory_corruption, but there is no errors in Memtest86+, I have tested for 8 passes, please, help. Scan from SF Diagnstic Tool in attachments. BugCheck 109, {a3a039d89a6d9af7...
  12. C

    Windows 7 Mysterious Remote Desktop Failures

    I'm seeing some very odd remote desktop problems at work. The server is 2008 Server R2 64-bit. Unfortunately, I do not have administrative privileges. I have to escalate to another group in order to analyze logs. I have done this, but my team may meanwhile sit idle for days. All clients...
  13. H

    Windows 7 Frequent BSODs on new System

    Hello, On my new Computer I experience a lot of Blue Screens. The Computer is bought in pieces and self-assembled in October 2011. I am running Win7 on a TrueCrypt encrypted system partition. No other Operation Systems installed so far. When I assembled it I tested the Memory for ~10 hours...
  14. News

    Windows 7 Mark Russinovich and Aaron Margosis: Introducing Windows Sysinternals Administrator's Reference

    Many of you use Sysinternals tools to help you manage computing responsibilities ranging from monitoring/understanding process activity with Process Explorer to debugging Win32 code with DebugView. With over 70 utilities to choose from, Sysinternals tools cover a wide swath of computing, from...
  15. D

    Windows 7 BSOD in tcpip.sys

    Hi, I am writing a small app in C# which pings remote hosts. When I end a debugging session in Visual Studio I receive a BSOD, the dump file reports a problem in tcpip.sys. Can anyone can help with this. Thanks...
  16. News

    Windows 7 endpoint.tv - Unit Testing Workflows

    Link RemovedWhen we asked you*Link Removed, one of the top three most requested topics was How to Unit Test Workflows. On this episode, I'll show you how to test Simple activities using WorkflowInvoker Complex activities with bookmarks and WorkflowApplication WorkflowServices...
  17. J

    Windows 7 BSOD on hibernating in Windows 7

    Hello, I run Windows 7 Home Premium x64 and I'm having BSODs when I put the machine in hibernation or in sleep mode with hybrid sleep activated (the latter means hibernation takes place along with sleep). Mind you I haven't had any other problems with my setup and I can use the sleep function...
  18. N

    Windows 7 Microsoft.NET Framework error - help

    I keep receiving this error on my machine, running Win7 64 bit, what should I do? Thanks for your help in advance. Unhandled exception has occurred in your application. String was not recognized as a valid Date Time. And the following appears in details for this error: See the end of this...
Back
Top