From c4067ef3e2ca3a3f3f14c80b88f5bb55864f8e3f Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 6 Apr 2016 13:40:00 +0000 Subject: [PATCH] Update wikipage Setting the command line arguments. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1546 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../setting-command-line-arguments.wiki | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/running-and-debugging/setting-command-line-arguments.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/running-and-debugging/setting-command-line-arguments.wiki index 5535a7ba..37afaaf4 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/running-and-debugging/setting-command-line-arguments.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/running-and-debugging/setting-command-line-arguments.wiki @@ -1,15 +1,15 @@ -[[Property:title|Setting the command line arguments]] -[[Property:weight|6]] -[[Property:uuid|4aed0363-4aa9-89ce-aaa7-6dce00410afb]] -To debug a program that uses command line parameters, it is possible to have the debugger call the generated program with certain command line arguments automatically. - -To change the command line arguments used when debugging: -* Open the Debug, Debugging Options Dialog -* In this dialog, you can change the current arguments and also store and load argument sets. -* Click '''OK'''. - -{{tip|To get the command line arguments in a program, it is possible to either define the root feature as taking an array of [[ref:/libraries/base/reference/string_8_chart|STRING_8]] objects, or to use the [[ref:/libraries/base/reference/arguments_chart|ARGUMENTS]] class, which provides a lot of functionality linked with command line arguments. }} - - - - +[[Property:title|Setting the command line arguments]] +[[Property:weight|6]] +[[Property:uuid|4aed0363-4aa9-89ce-aaa7-6dce00410afb]] +To debug a program that uses command line parameters, it is possible to have the debugger call the generated program with certain command line arguments automatically. + +To change the command line arguments used when debugging: +* Open the Debug, Debugging Options Dialog +* In this dialog, you can change the current arguments and also store and load argument sets. +* Click '''OK'''. + +{{tip|To get the command line arguments in a program, it is possible to either define the root feature as taking an array of [[ref:libraries/base/reference/string_8_chart|STRING_8]] objects, or to use the [[ref:libraries/base/reference/arguments_chart|ARGUMENTS]] class, which provides a lot of functionality linked with command line arguments. }} + + + +