VS 2008 Debugging

Discussion in 'Automated Trading' started by Trader922, Jun 9, 2009.

  1. I am trying to debug a system I built in OpenQuant by using the Attach to process Debug menu item in VS 2008 to attach VS to OpenQuant.

    Everything works fine until I try to Stop Debugging. When I stop debugging, it closes OpenQuant. Also, I don't have the option to Detach All under the Debug menu, its greyed out.

    I don't remember this happening when I was doing the same thing in VS 2005. I searched around on the net for a solution or option on this but wasn't able to find anything. Any ideas on what could be causing this?

    Thanks,
    Eric
     
  2. are you using express or professional edition of VS?

    express edition does not have the attach/detach capability.
     
  3. I'm using the professional edition.

    I figure it out. It was a setting on 'Automatically determine what type of code to debug' that was set incorrectly.

    Eric