Automatic generation produced by ISE Eiffel
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: 2014-06-18 03:48:08 -0700 (Wed, 18 Jun 2014) $" revision: "$Revision: 95282 $" class interface RT_DEBUGGER create default_create feature -- Debugger: interaction with run-time frozen rt_workbench_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 Eiffel --
For more details: www.eiffel.com