Hello there,
I was given an already set up CFX project, recently. DLLs are build from a Visual Studio project and called by CFX. That works fine. I am able to rebuild the project, dlls are created and the code runs through without exceptions. To actually work with the code I want go through it line by line. That used to work by starting CFX-Solver, run a solution and then just hit the debug button. Since I was given the whole project that should work that way but it doesn't. VS states "Visual Studio cannot debug because a debug target has not been specified" - I already read the corresponding post https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-fo...
which was of no help since I am able to debug Visual Fortran command line applications. My projects have "Attach" all set to "Yes" and the bold one is the same as in the old setup. Everthing is set to "Debug" and compiles and links fine (That is why the actual calculation runs through) .All I want to do is jump in during runtime. What am I missing ?
My specs:
Visual Studio Professional 2008
Intel Composer XE 2011
CFX 13.0
Thank you in advance.