Debugging using CLR Debugger 2

  • Thread starter VBTricks.de.vu Webmaster
  • Start date
V

VBTricks.de.vu Webmaster

Hello,

trying to debug my program using the CLR Debugger of .NET2. In CLR
Debugger of .NET 1.1 I used to open the executable via debug/program to
debug and then open the source code files (*.vb) via file/open. After I
set breakpoints I was able to debug my program. But it does not work
with the new version of the debugger, it does not even seem to recognize
the vb-files as Visual Basic source, no syntax highlighting.
What am I doing wrong?


Thanks in advance,

Stefan

--
___________________________________www.VBTricks.de.vu
the free resource for Visual Basic, Gambas and Pascal
components, tips & complete projects

www: http://www.VBTricks.de.vu
mail: vbtricks <at> gmx <dot> net
_____________________________________________________
 
V

VBTricks.de.vu Webmaster

Solved it,

was a problem with my project configuration. During importing the
project from SharpDevelop 1.1 to SharpDevelop 2.0 there seem to have
some settings disappeared. I created a new project and set all the
project settings of my old project to that of the newly created and it
worked.


Thanks anyway,

Stefan

--
___________________________________www.VBTricks.de.vu
the free resource for Visual Basic, Gambas and Pascal
components, tips & complete projects

www: http://www.VBTricks.de.vu
mail: vbtricks <at> gmx <dot> net
_____________________________________________________
 

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