Why can I use code-level debugging for code added using a C Code Symbol?
Unlike code in an embedded software project, it is not possible to debug C code that is added to an FPGA or Core project through use of a C Code Symbol and C-to-Hardware Compilation technology. This is because the C code in the exported function is transformed into a hardware circuit, not a series of instructions to be carried out by a host processor. The only available avenue for test is use of a configurable logic analyzer (LAX) virtual instrument.