.net - Debugging F# applications using Visual Studio -
i need use visual studio in order debug f# application. need do?
i know entrypoint
attribute not simple that. first of build application in viual studio, not know how tell him file must last in compilation order. furthermore, if succeeded in compiling, how start visual studio debugger?
my main need using debug tools breakpoints , more in ordeer follow function of mine works.
thankyou
ps: vs2010 :)
if put file containing entry point @ bottom of project explorer tree, becomes last in compilation order. can use shortcut key atl + down/up arrow or drag , drop. once done, set breakpoints , can start debugging.
Comments
Post a Comment