problem in passing input to a process at run time (C#)

srinathiyer

Newcomer
Joined
Sep 29, 2003
Messages
1
Location
Mumbai
problem in passing input to a process at run time

hi all...

i'am creating an editor in which i'am giving the debugging feature.
In this case i'am calling the cordbg (debugging tool which comes along with .net framework).

i'am setting the break points by passing all the line no where the breakpoints are set by passing them as argument to processStartInfo class.

i need to pass command of step over and step in to cordbg at run time when user click the step over/step in option. i also need to capture the output and display in my output window.

i want to start from the point where the first break point was set and move further as in case of any IDE.

the problem is that the process in which the cordbg.exe is invoked goes out of scope once i press start debug option.

i need help for passing command to cordbg at runtime from the point where the first break point is set....


pls. help me in doing this ...


Srinath.
 
Back
Top