VS 2008 and F# Feb CTP - Can't debug

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-03-18T16:52:10Z Indexed on 2010/03/19 3:11 UTC
Read the original article Hit count: 227

Filed under:
|

I have downloaded the VS2008 integrated shell, and the F# Feb CTP and I have the F# environment working just fine. The problem comes when I try to debug. Nothing happens at all. The output window says

------ Build started: Project: ConsoleApplication1, Configuration: Debug Any CPU ------ ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========

and none of my breakpoints are hit. My "program" is as simple as can be

#light

open System
printfn "Hello World"
Console.ReadKey(true)

with breakpoints on the printfn and Console lines. The things I've read seem to suggest that debugging would work with this setup, and there is a debugger folder under common7/packages with files in it. Thanks for any help.

EDIT: I'm on Win7 64 bit

© Stack Overflow or respective owner

Related posts about F#

Related posts about vs2008-shell