Re: How to connect to children process
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Mon, 5 Feb 2007 14:59:01 +0200
The problem of locked pdb should not exist in the local scenario
(when debugging the parent process (A) and its children with WinDbg
on the local machine).
What other manual operations are needed at this time (in local scenario)?
(other than recompiling the dll and (optionally) copying the new version
over the old one?)
Oleg
Oleg,
Main problem is amount of manual operations required per debug cycle.
Locking of symbols is only part of this problem.
When I recompile, linker complains that .PDB file cannot be written. For
solve this, I break to WinDbg and invoke .reload /user. After it linker works.
But as I said - loking is only part of the problem. Another part is that
connection to DLL with debugger takes sensible amount of time and manual
operations.
Therefore I'm looking for a method to automate entire procedure.
With best regards,
Al
.
- Follow-Ups:
- Re: How to connect to children process
- From: Metek
- Re: How to connect to children process
- References:
- Re: How to connect to children process
- From: Oleg Starodumov
- Re: How to connect to children process
- From: Metek
- Re: How to connect to children process
- From: Oleg Starodumov
- Re: How to connect to children process
- From: Metek
- Re: How to connect to children process
- From: Oleg Starodumov
- Re: How to connect to children process
- From: Metek
- Re: How to connect to children process
- Prev by Date: Re: How to connect to children process
- Next by Date: Re: How to connect to children process
- Previous by thread: Re: How to connect to children process
- Next by thread: Re: How to connect to children process
- Index(es):
Relevant Pages
|
Loading