Windows Vista Beta | WinVistaBeta.com - Message | Debugging question - 100% cpu utilisation

December 03, 2008  
Subject: Debugging question - 100% cpu utilisation
Group: microsoft.public.vstudio.general
Date: 7/23/2008 2:12:36 AM
From: Angus [Email Address Protection]

Hi all

My Windows program has now developed an annoying habit of consuming
100% cpu utilisation after some thing specific happening. But not yet
sure how this is caused. It doesn't seem to crash - no access
violations or anything of that sort.

I suspect it is caught in a busy loop or something.

I am running my program in Visual Studio (VC++ v6) and now 100% issue
has occurred. I can set breakpoints in my code I suppose. I have a
LOT of code to guess at inserting breakpoints.

Anyone got any bright ideas on how to approach this type of bug fix?

Angus

Back