Page 1 of 1

Visual Studio 19 invali debug INTELLICAD

Posted: Mon May 25, 2020 8:23 am
by DenisSilveira
I am using VS19 to rebuild and debug my plugins in INTELLICAD pltaform, when I hit F5 the VS19 rebuild the code but dosn't load ICAD.exe to check my breakpoints.

the extern program debug option is set to "icad.exe", but the VS19 enters and exists with no loading icad.

Does anyone knows what is wrong with config ?

Re: Visual Studio 19 invali debug INTELLICAD

Posted: Mon May 25, 2020 6:54 pm
by QuanNguyen
Yes for sure, We can debug IntelliCAD using Visual Studio 2019 now,
- the IntelliCAD 9.2 version using .NET Framework 4.6.

To debug your application, you need FIRST to run CMS IntelliCAD and then, from Visual Studio, do the quick steps from the toolbar of Debug>Attach Process>select Icad.exe

Refer here for more detail: viewtopic.php?f=4&t=1749&sid=4e1df7cecb ... e61cd53ae6

Re: Visual Studio 19 invali debug INTELLICAD

Posted: Tue May 26, 2020 3:55 pm
by DenisSilveira
Thanks a lot. Works perfectly, ... finally !!!