note description: "[ Set of features to access ISE debugger functionality from debuggee. Note: do not try to evaluate the following feature in watch tool! ]" status: "See notice at end of class." legal: "See notice at end of class." date: "$Date: 2016-07-08 13:11:47 +0000 (Fri, 08 Jul 2016) $" revision: "$Revision: 99002 $" class interface RT_DEBUGGER create default_create feature -- Debugger: interaction with run-time frozen wait_for_debugger (a_port_number: INTEGER_32): BOOLEAN -- Initialize workbench debugging using socket connection -- used to launch the application, and then attach the debugger. -- if a_port_number <= 0 then check for ISE_DBG_PORTNUM environment variable. note library: "EiffelBase: Library of reusable components for Eiffel." copyright: "Copyright (c) 1984-2014, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class RT_DEBUGGER
Generated by ISE EiffelStudio