> the problem is that i do not want to use vs to debug the script.
> the debugger must be inside my app, so iI need to have a debugger that dubug
[quoted text clipped - 63 lines]
> > > > > Thanks
> > > > > Cristian Mori
thanks for your reply.
I'll take a look at the samples you gave me, maybe i'll find a way.
Anyway I want to point that i need to avoid vs not for fee issues, but
becaouse in out toolkit we neet to implement a c# script engine and a
debugger for those scripts, so vs cannot be used as debugging engine and
another way must be found
Thanks
Cristian Mori
> Hi Cristian,
>
[quoted text clipped - 85 lines]
> > > > > > Thanks
> > > > > > Cristian Mori
Jeffrey Tan[MSFT] - 02 Apr 2007 08:38 GMT
Hi Cristian,
Based on my understanding, your application is dynamically generating C#
code through microsoft.csharp.compiler. Now, you want to employ a debugging
function in your own application to debug the generated C# code step by
step. If I have misunderstood you, please feel free to tell me, thanks.
Based on my knowledge, the CLR debugging feature is exposed through
ICorDebug as managed debugging service. So your application may leverage
this interface to get debugging feature. The CLR team has implemented a
sample C# debugger MDbg with source code available. All the best resource
regarding MDbg is maintained here:
"MDbg Linkfest"
http://blogs.msdn.com/jmstall/archive/2005/11/08/mdbg_linkfest.aspx
The CLR developer Mike Stall also created a category regarding MDBG below:
http://blogs.msdn.com/jmstall/archive/tags/MDbg/default.aspx
Hope this helps.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.