This topic has not yet been rated - Rate this topic

Edit and Continue Not Supported for F#

Edit and Continue is not supported when you debug F# code. Edits to F# code are possible during a debugging session but should be avoided. Code changes are not applied during the debugging session. Therefore, any edits made to F# code while you debug will result in source code that does not match the code being debugged.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.