From 2c4740755419da41faa0e43186d8dd0cb8bece65 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 7 Jul 2016 12:46:44 +0000 Subject: [PATCH] Update wikipage Attach application. (Signed-off-by:tqa7ve2mnbntqnfca3i6rk7arhc2kxr8). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1600 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../debugger/execution-commands/attach-application.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki index dafbd226..0c4ca417 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki @@ -15,7 +15,7 @@ However for specific needs (such as server development), you might want to start == Execution == There are 2 ways to provide this port number: * Setting the ISE_DBG_PORTNUM environment variable to a specific port number will make the execution to wait right away for EiffelStudio to attach the process. -* calling {RT_DEBUGGER}.rt_workbench_wait_for_debugger (a_port_number: INTEGER) from the application code will wait for EiffelStudio to attach the process. +* calling {RT_DEBUGGER}.wait_for_debugger (a_port_number: INTEGER) from the application code will wait for EiffelStudio to attach the process. In both case, if it is unable to open the port, the execution continues, otherwise it waits until EiffelStudio get connected (i.e attach the execution). It is possible to use any available port number, for that make sure your machine does not already use the port number you choose, and that the application is authorized to open that port (for instance try with port 50505).