The debugger should have a panel, similar to the stack panel, that shows the contents of the active DP. I know I could add the value of DP to my offset and look it up in the main RAM panel, but I (and suspect many others) like to set DP to my local stack frame inside of subroutines so I can access params via DP rather than SP indexed. It also lets me create locals in the local DP so all params and locals are in DP.
The debugger should have a panel, similar to the stack panel, that shows the contents of the active DP. I know I could add the value of DP to my offset and look it up in the main RAM panel, but I (and suspect many others) like to set DP to my local stack frame inside of subroutines so I can access params via DP rather than SP indexed. It also lets me create locals in the local DP so all params and locals are in DP.