2020-04-14 12:12 PM - last edited on 2021-09-15 11:53 AM by Noemi Balogh
2020-04-14 01:33 PM
ACAP_STATD.lib(ACAPlib.obj) : warning LNK4099: PDB 'API_c.pdb' was not found with 'ACAP_STATD.lib(ACAPlib.obj)' or at 'C:\Program Files\Graphisoft\ArchiCAD 24\Add-Ons\CI Tools\API_c.pdb'; linking object as if no debug infoIf so, you can ignore it - it's only debug info for content linked from the dev-kit (which you won't debug into anyway).
2020-04-14 03:37 PM
Ralph wrote:But when I try to attach the process and hit breakpoints it says that “no symbols have been loaded”
Do you mean this message?ACAP_STATD.lib(ACAPlib.obj) : warning LNK4099: PDB 'API_c.pdb' was not found with 'ACAP_STATD.lib(ACAPlib.obj)' or at 'C:\Program Files\Graphisoft\ArchiCAD 24\Add-Ons\CI Tools\API_c.pdb'; linking object as if no debug infoIf so, you can ignore it - it's only debug info for content linked from the dev-kit (which you won't debug into anyway).
2020-04-14 03:58 PM
2020-04-14 04:08 PM
Ralph wrote:No. I am copying the apx to the addons folder
Is the ARCHICAD Add-Ons folder the output directory for your build?
2020-04-14 04:17 PM
2020-04-14 04:30 PM
Ralph wrote:Tried.
Try building directly to the Add-Ons folder so the pdb files etc are in the same location as the runtime location of the add-on.
2020-04-14 04:40 PM
2020-04-14 04:53 PM
Ralph wrote:Yes I see the pdb.
Offline work should make no difference.
Do you see associated debug files, e.g. ".pdb", appearing in the directory with your add-on? Are the debug options active in your build configuration?
2020-04-14 05:29 PM