Browse mode debugging in remote debug mode

When you use the remote debugger and browse mode is active, the remote debugger does not allow you to do the following actions:
  • JumpTo Location – Source window RMB action
  • Change Value – Expression, Variable, and Registers RMB action
  • Typing over memory in the Memory window
In addition, the remote debugger enforces following restrictions:
  • Change Value – the remote debugger does not allow Registers RMB action and displays an error message
  • Terminate Button – the program terminates with an abend (instead, click on Disconnect to continue running the program without the debugger)
Also, the remote debugger does not allow you to enter the following Debug Console commands:
  • JUMPTO (and JUMPTO in the Action field of the Add a Breakpoint window)
  • SET INTERCEPT
  • QUIT

If an abend occurs while debugging in remote debug mode and browse mode is active, the remote debugger does not give you any continuation options. You can not continue program execution after the abend occurs.