Archicad C++ API
About Archicad add-on development using the C++ API.

No symbols have been hit?

Anonymous
Not applicable
Hello,

I moved from AC 21 to 23.
I succeed fixing most of the errors and problems that were created.
But when attaching the process to archicad, I can’t debug. When hitting a breakpoint I get the no symbols have been loaded error..
I am using the visualizers.

Thanks..
5 REPLIES 5
Ralph Wessel
Mentor
Check that the debug build is in the ARCHICAD Add-Ons folder and not a release build.
Ralph Wessel BArch
Anonymous
Not applicable
It is Debug and in Addons folder..
Ralph Wessel
Mentor
I'm guessing you're using VS. If so, are there other debug files in the same location as the debug version of the add-on, e.g. the pdb file?
Ralph Wessel BArch
Anonymous
Not applicable
Nope.
I’m developing just one addon and there’s one PDB file..
Anonymous
Not applicable
I also tried to attach processes of examples to AC and couldn’t hit breakpoints.. So I guess the problem isn’t in my specific addon

Maybe this has something to do with me using VS 2019? Which I already used when ran AC21.