Hi,
I have latest Intel Parallel Studio XE 2019.1, and I want to compile my C/C++ sources using Intel Compiler toolchain using VSCode.
It has build task configuration, Launch and Attach configuration I have tried some attempts and failed,
I need your guidance and help to Compile + Link and Run and Debug, simply build a C/C++ Application and Debug it using Intel Compiler and latest VsCode.
Also, one thing I want to note is, ICL command has not been set as an environment variable by the Intel parallel studio installer.
I tried to run "C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.1.051\bin\psxevars.bat" through VSCode as pre-compilation/before the compilation kicks in but It was not working.
(Please don't suggest to use Visual Studio 2015/17 I want to try this with VSCode editor.)
Once again I want to compile, link, run and debug simple C/C++ source file with VSCode simply.
Looking forward for simple and clear guidance.
Thank you for listening and appreciate if you and provide a neat and elegant approach.