Re: [DOTNET-ROTOR] C# compiler debugging

2004-02-12 Thread Don Reamey
, 2004 12:05 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] C# compiler debugging Thanks Guys. Its working. I appreciate your help. Barry Bond <[EMAIL PROTECTED]> wrote:It's just a native-code app, so it can be debugged with Visual Studio without needing to do any work ahead of t

Re: [DOTNET-ROTOR] C# compiler debugging

2004-02-12 Thread Don Reamey
: Wednesday, February 11, 2004 6:27 PM To: [EMAIL PROTECTED] Subject: [DOTNET-ROTOR] C# compiler debugging Hello, I am new to shared source CLI. I am trying to debug C# compiler (csc.exe). I would like to see the process flow. Can anyone tell me how can I do this? Is there anyway that I can create

Re: [DOTNET-ROTOR] C# compiler debugging

2004-02-12 Thread ramu bachala
confers no rights. -Original Message- From: Discussion of the Rotor Shared Source CLI implementation [mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE DOTNET-ROTOR rb 531 Sent: Thursday, February 12, 2004 8:49 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] C# compiler debugging h

Re: [DOTNET-ROTOR] C# compiler debugging

2004-02-12 Thread Arild Fines
Discussion of the Rotor Shared Source CLI implementation wrote: > hi, > > I guess, I asked a meaningless question. Is there a way to debug the > compiler.cpp file? I need help ASAP. Is there any documentation somewhere? > You can debug it like any other Windows app: Do File->Open->Project. Find cs

Re: [DOTNET-ROTOR] C# compiler debugging

2004-02-12 Thread Barry Bond
mplementation [mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE DOTNET-ROTOR rb 531 Sent: Thursday, February 12, 2004 8:49 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] C# compiler debugging hi, I guess, I asked a meaningless question. Is there a way to debug the compiler.cpp file? I

Re: [DOTNET-ROTOR] C# compiler debugging

2004-02-12 Thread SUBSCRIBE DOTNET-ROTOR rb 531
hi, I guess, I asked a meaningless question. Is there a way to debug the compiler.cpp file? I need help ASAP. Is there any documentation somewhere? Thanks. === This list is hosted by DevelopMentorĀ® http://www.develop.com NEW! ASP.NET courses you may be interested

Re: [DOTNET-ROTOR] C# compiler debugging

2004-02-11 Thread Ni, John
: [EMAIL PROTECTED] Subject: [DOTNET-ROTOR] C# compiler debugging Hello, I am new to shared source CLI. I am trying to debug C# compiler (csc.exe). I would like to see the process flow. Can anyone tell me how can I do this? Is there anyway that I can create a solution in the visual studio from the

[DOTNET-ROTOR] C# compiler debugging

2004-02-11 Thread SUBSCRIBE DOTNET-ROTOR ramu bachala
Hello, I am new to shared source CLI. I am trying to debug C# compiler (csc.exe). I would like to see the process flow. Can anyone tell me how can I do this? Is there anyway that I can create a solution in the visual studio from the source files I downloaded? Any kind of input is appreciated. Tha