Re: Problems using set in winedbg

2004-10-15 Thread Eric Pouech
If I type set + reg the debugger seems to sort of hang. It doesn't give the prompt. As time passes it complains about being not able to find rhe pdb files etc. but at no point do I get the opportunity to tell it to continue. I have tried leaving it for 10 minutes after the last pdb complain

Re: Problems using set in winedbg

2004-10-15 Thread Bill Medland
On October 15, 2004 10:35 am, Eric Pouech wrote: (Thanks for the response) > Bill Medland a écrit : > > Am I just doing this wrong or is it a bug? > > Snip > > If I type > > set + reg > > the debugger seems to sort of hang. It doesn't give the prompt. As time > > passes it complains about be

Re: Problems using set in winedbg

2004-10-15 Thread Eric Pouech
Bill Medland a écrit : Am I just doing this wrong or is it a bug? I am trying to figure out a problem in an application. I want to turn on reg and relay once I am into the program. (If they are turned on initially I can't get into the program because of some sort of timeout or something). I am

Problems using set in winedbg

2004-10-14 Thread Bill Medland
Am I just doing this wrong or is it a bug? I am trying to figure out a problem in an application. I want to turn on reg and relay once I am into the program. (If they are turned on initially I can't get into the program because of some sort of timeout or something). I am following the instruc