Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I have a targeted build that is not allowing breakpoints

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.

Parents
  • 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:0
    ERROR(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.

Reply
  • 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:0
    ERROR(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.

Children
No data