Discussion:
Source Level Debugging In Active Oberon
(too old to reply)
Ronald Praver
2004-10-16 15:27:32 UTC
Permalink
I have modified Active Oberon to support source level debugging
under Visual Studio. On small apps everything works fine. Yet
when I try to compile the compiler I get errors during switch
generation, labels don't seem to get generated. So the failure
manifests itself during the use of ILASM of the .IL file.
Anyone want to help out?
WLad
2004-10-26 07:01:58 UTC
Permalink
Post by Ronald Praver
I have modified Active Oberon to support source level debugging
under Visual Studio. On small apps everything works fine. Yet
when I try to compile the compiler I get errors during switch
generation, labels don't seem to get generated. So the failure
manifests itself during the use of ILASM of the .IL file.
Anyone want to help out?
What "Active Oberon" do you mean? For .NET?

Loading...