hi,
thanx for ur suggestion. i added the __debugbreak() in
compiler.cpp (c# compiler). it breaks there, prompts to attach the
debugger. as soon as i add debugger, it finishes execution. am i
doing something wrong here? can u please guide me? TIA
kalpana
On Fri, 31 Jan 2003 Schmied Fabian wrote :
You could insert __debugbreak() instead of MessageBox.
Fabian Schmied
-----Ursprüngliche Nachricht-----
Von: Kalpana [mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ]
Gesendet: Fr 31.01.2003 08:26
An: [EMAIL PROTECTED]
Cc:
Betreff: [DOTNET-ROTOR] Debugging C# compiler - Help!
Hi,
im a student from India. im working on the rotor c#
compiler code
to make c# aspect oriented. i have a problem attaching a
debugger
to the compiler.cpp. i tried doing this by calling a
MessageBox(...) function and while it waits we can
attach the
debugger, as shown sscli demo dvd from microsoft. the
demo shows
how to debug the clix.cpp. i tried the same and it
works. but the
same method doesnt work for the compiler.cpp. the
MessageBox(...)
method is not recognized in compiler.cpp.
can someone please tell me the solution to this problem
and/or an
alternate mathod to debug the compiler.cpp?
TIA
kalpana