views:

82

answers:

1

VS Version 10.0.30128.1 RC1Rel

I have a solution that contains an F# Library and an F# Console application, which references the library (through the referenced projects). I want to be able to step into the library from the console APP, but it is stepping over instead.

Is this a known issue? Has anybody had success accomplishing debugging this way in the past?

Thx

A: 

Try disabling Enable Just My Code under Tools-->Options-->Debugging-->General

BlueRaja - Danny Pflughoeft
will try it in the AM. I appreciate it - just getting back to .NET after a 4 yr run w/ mgt and java. Its good to be coding again!
akaphenom
seemed to do the trick. some reason I also needed to rebuild everything...
akaphenom