custom debugger.

  • Thread starter Thread starter Yet another C# coder
  • Start date Start date
Y

Yet another C# coder

Dear all,

Assuming one could write a language compiler for .NET using apps like ANTLR,
Lex/Yacc and CodeDom/compiler.services in .NET...

I was wondering if anyone knows if it is possible to create a custom
code/assembly debugger using .NET itself for the "new" .NET llanguage.

Thanx.
 
The tools developer papers, which install with .NET, are the place to begin
looking. Unfortunately, there is probably far too little information to
answer all of your questions.

While not exactly the same as your issue, there is an APress book on
creating your own language and compiler in .NET. It could be a useful
exercise, as it would get you well versed on IL. MSPress also has a book on
IL.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top