Create My Own Simple Debugger UI - how?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I just want to create a similar tool just like vs.net debugging, you can
step into every command with line highlights (normally in red or yellow),
change value within that line of code on the fly...

Just wonder how to do that?

Can i just achieve it with textbox? But i wonder how to step line by line
inside a textbox?

I want to create a debugger (mainly to execute an xml file and step into
every portion of the xml file) instead of debugging real c# codes.

Any tips? I do not know the right keyword to search in google.

Is there any similar available examples on the internet done in C#?

Thanks.
 
Not sure what you mean by "executing an xml file". As far as I know xml
files are not executed.

Willy.
 
Back
Top