Can't debug code using VS 2010 beta 2
- by Nathan W
This is really strange and I can't seem to figure out why it won't work.
I have a C# dll that is a add on for another program, the main program is not mine or a .Net app so I am starting it with Start external program in the debugging tab and and passing my program as a command line and the program starts and loads my add on however my Visual Studio debugger doesn't step into the debugger and won't hit my break points.
I checked the module window and it's not even loaded in there, I used process explorer and had a look at main program and my dll was loaded into the main app.
The project is set to debug, symbols to full and still nothing.
I created the project in VS 2008 and it worked fine and am now trying to get this to work in VS 2010 and no go.
Anyone know what could be causing this?