Thank you. Your instructions do result in trace information in the TRACE window, however that wasn't my problem.
Perhaps my use of the word "Trace" is incorrect. Are you able to follow XGATE execution in the XGATE source and assembly windows?
I wish to set a breakpoint in the XGATE (which I can) and then run until the breakpoint triggers (which I can) and then I'd like to single step and follow the code execution in the source:2 and Assembly:2 windows (which I can't).
The current line is not highlited in the XGATE source window (like happens in the CORE source window). When I single step the source window does not change or follow the execution.
The current line IS highlited in the XGATE assembly window and it also steps, but the address is E28xxx instead of 8xxx and the data is always FFFF and the instruction displayed is always LDH R7,#0xFF corresponding to the FFFF data.
The XGATE register window works correctly.
If I use the software simulator instead of the BDM then the XGATE assembly and source windows behave as expected. This is useful for code that doesn't require hardware, but I need to debug the code through the BDM attached to the hardware.