Visual Studio 2010 F# Library Debugging
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 in开发者_如何转开发to 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
Try disabling Enable Just My Code under Tools-->Options-->Debugging-->General
精彩评论