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.
 
I also do not have a clue but the right word is "source level debugging" :)
 
Not sure what you mean by "executing an xml file". As far as I know xml
files are not executed.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top