Changes between Version 3 and Version 4 of howto/SDK_debugger
- Timestamp:
- Oct 20, 2015, 10:14:17 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/SDK_debugger
v3 v4 1 = Using the Xilinx SDK debugger =1 = Using the Xilinx SDK Debugger = 2 2 3 3 Sometimes it is necessary to use the debugger within the Xilinx SDK to help debug problems within the code running on a Microblaze processor in an WARP reference design. The debugger can set break points and step through code line-by-line. However, the mapping of C code to machine instructions may not be one-to-one due to some of the compiler optimizations that the reference designs were forced to turn on to save code space.