; -------------------------------------------------------------------------------- ; @Title: Readme for TRACE32 Code::Blocks IDE Integration ; @Description: - ; @Author: JER ; @Copyright: (C) 1989-2014 Lauterbach GmbH, licensed for use with TRACE32(R) only ; -------------------------------------------------------------------------------- ; $Id: readme.txt 7050 2014-05-05 12:40:42Z mobermeir $ Readme for Code::Blocks IDE Integration Enables Code::Blocks using a TRACE32 debugger with simple debug features: - run control (Step / Go / Break) - display of variables as "Tool Tips" (move mouse over variable) - breakpoints (left-click - as known from PowerView) - "Go Till" command (right-click) Installation of TRACE32 Code::Blocks plug-in -------------------------------------------- Requires Code::Blocks Version 8.02 or higher! 1) start Code::Blocks application 2) select Popup-Menu "Plugins" -> "Manage Plugins" -> a List of installed plugins opens 3) if installed, remove or deactivate GDB Plugin 4) select "Install New" 5) select "DebuggerT32.cbplugin" and confirm with "open" 6) close the "Manage Plugins" window, the TRACE32 plug-in is installed now Code::Blocks now shows the TRACE32 toolbar. Configuration of PowerView for cooperation with Code::Blocks ------------------------------------------------------------ The T32-API has to be enabled for PowerView. The following lines need to be added to the configuration file, e.g. config.t32: RCL = NETASSIST PORT = 20000 PACKLEN = 1024 Startup ------- 1) start Code::Blocks and desired design (*.cbp) 2) start PowerView and power-up target 3) prepare target for debugging 4) connect Code::Blocks to PowerView by pressing the TRACE32 icon in the Code::Blocks TRACE32 toolbar.