 |
|
 |
How to Register PD Debugger as External Debugger of High-performance Embedded Workshop
In order to launch the PD debugger when using High-performance Embedded Workshop, the High-performance Embedded Workshop related information needs to be configured
in the "Debugger" tab of the "Customize" dialog box.
How to launch the PD debugger is following.
- 1. How to register the following debuggers
- PD30 V.8.10 or later
- PD30F V.2.10 or later
- PD308 V.5.10 or later
- PD308F V.3.10 or later
| (1) | Sellect "PD debugger" for the [External debugger selected]. |
| (2) | Specify the location of the executable file PDxx.exe for the [PD debugger location]. |
| (3) | Input "$(CONFIGDIR)\$(PROJECTNAME).x30" to the [Download module]. |

Figure 1: Example for setting the High-performance Embedded Workshop customize window (1)
- If you check the "Enable" for Auto Download in the Download tab of the PDxx's Customize dialog box,
the current object module will be downloaded automatically when it was modified after build. (Refer to PDxx Help for the detail.)

Figure 2: Example for setting the PDxx Auto Download
- 2. How to register a debugger of which version is former than the debuggers mentioned above in 1
| (1) | Sellect "other external debugger" for the [External debugger selected]. |
| (2) | Specify the location of the executable file PDxx.exe for the [External debugger location]. |
| (3) | Input "-LOAD=$(CONFIGDIR)\$(WORKSPNAME).x30" to the [Command line options]. |

Figure 3: Example for setting the High-performance Embedded Workshop customize window (2)
|
 |