Page 1 of 1

debug Ver. 11.1 - CmsIcad.pdb ?

Posted: Wed Jan 18, 2023 3:09 am
by RaHo
Hi all,

if I compile my project I get follow message :

Eine Breakpointanweisung (__debugbreak()-Anweisung oder ein ähnlicher Aufruf) wurde in CmsIcad.exe ausgeführt.
D:\Jenkins\workspace\Member\CMS\Icad\BuildConfig\IntelliCAD\Source\Build\VC.v142\Pro.Release64\Symbols\CmsIcad.pdb

Version: (11.1.331.140406.PE+.VC16.x64.CMS111)

Microsoft Visual Studio Community 2022 (64-Bit) - Current Version 17.3.6

Re: debug Ver. 11.1 - CmsIcad.pdb ?

Posted: Wed Jan 18, 2023 3:08 pm
by Danielm103
You’re using v142 build tools in VS2022 right?

Re: debug Ver. 11.1 - CmsIcad.pdb ?

Posted: Thu Jan 19, 2023 10:29 am
by RaHo
Many thanks Daniel,

I think not, how can I check this?

Re: debug Ver. 11.1 - CmsIcad.pdb ?

Posted: Fri Jan 20, 2023 3:57 pm
by Danielm103
Project properties->General->platform toolset

Re: debug Ver. 11.1 - CmsIcad.pdb ?

Posted: Wed Jan 25, 2023 5:53 am
by RaHo
Found nothing there, CmsIcad.pdb don't exist on my computer.

I think an IntelliCad developer (Jenkins) forgot to clean breakpoints in "CmsIcad.exe"?

Re: debug Ver. 11.1 - CmsIcad.pdb ?

Posted: Sat Feb 18, 2023 3:57 am
by Danielm103
I was able to compile a couple projects, I didn’t get this.
FYI, you cannot compile in debug since the libraries are release.

Both your Debug and release should define NDEBUG. Your Debug should be almost identical to the release build
You can create your own .pdb and turn off compile and linker optimizing.

I have an open-source project here, you can have a look at the settings
https://drive.google.com/file/d/1wwZQ-w ... share_link

TSP Solver
Delaunay Solver
Minimum spanning tree solver
A-Star solver

my trial expired, but I left the project in the solution for next year : )
dhole4.jpg
dhole4.jpg (122.78 KiB) Viewed 1828 times

Re: debug Ver. 11.1 - CmsIcad.pdb ?

Posted: Sun Feb 19, 2023 2:55 pm
by RaHo
Daniel,
thank you very much.

Have to check and hope I can understand your code.