To learn more about the TEST runtime parameter, read the topic "Syntax of the TEST run-time option" in the Debug Tool Reference and Messages. The following tables show examples that highlight the differences when you change the TEST runtime.
Previous | After |
---|---|
TEST(ALL,,,MFI:) Indicates that you want Debug Tool to start a debug session in full-screen mode. |
TEST(,,,TCPIP&127.0.0.1%8001:*) Indicates that you want to start a debug session in remote debug mode, with the remote debugger on the workstation with the TCP/IP address of 127.0.0.1 and its debug daemon listening on port ID 8001. |
TEST(,,,TCPIP&abc.example.com%8000:*) Indicates that you want to start a debug session in remote debug mode, with the remote debugger on the workstation with the TCP/IP name of abc.example.com and its debug daemon listening on port ID 8000. |
TEST(,,,TCPIP&abc.example.com%8001:*) Indicates that you want to start a debug session in remote debug mode, with the remote debugger on the workstation with the TCP/IP name of abc.example.com and its debug daemon listening on port ID 8001. |
TEST(,,,TCPIP&127.0.0.1%8001:*) Indicates that you want to start a debug session in remote debug mode, with the remote debugger on the workstation with the TCP/IP address of 127.0.0.1 and its debug daemon listening on port ID 8001. |
TEST(,,,TCPIP&192.0.2.09%8001:*) Indicates that you want to start a debug session in remote debug mode, with the remote debugger on the workstation with the TCP/IP address of 192.0.2.09 and its debug daemon listening on port ID 8001. |