I have a targeted build that is not allowing breakpoints, but instead provides a white circle with a "?" overlaying it. Selected breakpoint is useless. right clicking on the "?" provides no answers.
This was the response when I entered it from the command line:
Execution stopped in EL3h mode at EL3:0x00000000204A63C4EL3:0x00000000204A63C4 118,17 flexspi_mcr0 = ®32(FLEXSPI_OTFAD1_IPS_BASE_ADDR);add-symbol-file ap_d_ip_FlexSPI_emw_2023_07_19 EL1N:0ERROR(CMD685-CMD19): ! Failed to load symbols for "ap_d_ip_FlexSPI_emw_2023_07_19"! Image "C:\Users\nxf71684\Development Studio Workspace\ap_d_ip_FlexSPI_emw_2023_07_19" does not existadd-symbol-file ap_d_ip_FlexSPI_emw_2023_07_19 EL1N:0ERROR(CMD685-CMD19): ! Failed to load symbols for "ap_d_ip_FlexSPI_emw_2023_07_19"! Image "C:\Users\nxf71684\Development Studio Workspace\ap_d_ip_FlexSPI_emw_2023_07_19" does not existadd-symbol-file ap_d_ip_FlexSPI_emw_2023_07_19 EL1S:0ERROR(CMD685-CMD19): ! Failed to load symbols for "ap_d_ip_FlexSPI_emw_2023_07_19"! Image "C:\Users\nxf71684\Development Studio Workspace\ap_d_ip_FlexSPI_emw_2023_07_19" does not exist
The error message is that you are attempting to load symbols from an image that does not exist.
add-symbol-file ap_d_ip_FlexSPI_emw_2023_07_19 EL1N:0ERROR(CMD685-CMD19):! Failed to load symbols for "ap_d_ip_FlexSPI_emw_2023_07_19"! Image "C:\Users\nxf71684\Development Studio Workspace\ap_d_ip_FlexSPI_emw_2023_07_19" does not exist
You can specify the file from the GUI. When connected to the target, select Load.. from the Debug Connections pane menu:
Then select Add Symbol File, browse your File System for the image, and enter EL1N:0 as the Load offset.
The command to replicate this will also be echoed in the command and history panes.