Debugging classes from other language

  • Thread starter Alessandro Fragnani de Morais
  • Start date
A

Alessandro Fragnani de Morais

Hi,

Today I´m a Delphi developer and would like to move to C#. I installed .NET
Framework and .NET SDK, and downloaded the Borland C# Personal to start
reading / testing the environment.

Reading .NET documentation (from the beggining), I found some references
explaining that I (developing in C# would use class libraries and components
written in other languages that also has the .NET as target).

If this is true, my question is simple.

If I, developing in C#, try to use a class library or a component (and
having its source code), developed (let´s say in VB.NET / J#), how will work
while debugging my application (on the IDE, like C# Builder / VS .NET). The
debugging will be possible?

Also, I don´t know, if in this case, its a feature of the IDE or the
framework itself.

Thanks in advance

Alessandro
--
Alessandro Fragnani de Morais
System Analyst /
Softplan/Poligraph
Sistema da Qualidade Certificado ISO9001-BVQI/INMETRO
Fone/Fax: 0xx(48) 3027-8000
http://www.softplan.com.br
 
A

alien2_51

Yes, if you have the source code and the compiled version your referencing
is a debug build, and the component has its accompanying pdb file than you
should be able to debug it... I would think that this a function of Visual
Studio and not the framework but I'm not sure...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top