|
|
525985 |
diff --git a/debug/org.eclipse.cdt.debug.application/scripts/README b/debug/org.eclipse.cdt.debug.application/scripts/README
|
|
|
525985 |
index 0bed384..b761e30 100644
|
|
|
525985 |
--- a/debug/org.eclipse.cdt.debug.application/scripts/README
|
|
|
525985 |
+++ b/debug/org.eclipse.cdt.debug.application/scripts/README
|
|
|
525985 |
@@ -3,15 +3,11 @@ is needed of the CDT plug-ins to debug a C/C++ executable. Build is not support
|
|
|
525985 |
Editing is allowed, but you will need to rebuild outside the Stand-alone Debugger for
|
|
|
525985 |
those changes to manifest in your debugging session.
|
|
|
525985 |
|
|
|
525985 |
-To install the Stand-alone debugger locally in your $HOME directory, run the install.sh
|
|
|
525985 |
-script found in the scripts sub-directory of the plugins directory in your Eclipse installation:
|
|
|
525985 |
+To run the Stand-alone debugger, use the /usr/bin/cdtdebug script. The first time the
|
|
|
525985 |
+script is run, it will create an rhcdtdebugger sub-directory in your $HOME directory. This
|
|
|
525985 |
+directory will contain a config.ini file and a dev.properties file.
|
|
|
525985 |
|
|
|
525985 |
- ./install.sh
|
|
|
525985 |
-
|
|
|
525985 |
-The install script will create a cdtdebugger directory in your $HOME directory. This
|
|
|
525985 |
-directory will contain a config.ini file, a dev.properties file, and a cdtdebug.sh script.
|
|
|
525985 |
-The cdtdebug.sh script will start the debugger from the command-line. The cdtdebug.sh script
|
|
|
525985 |
-does not have to be located in the cdtdebugger directory and can be moved if you prefer.
|
|
|
525985 |
+The /usr/bin/cdtdebug script will start the debugger from the command-line.
|
|
|
525985 |
|
|
|
525985 |
The script takes a few options which are mentioned below:
|
|
|
525985 |
|
|
|
525985 |
@@ -55,8 +51,5 @@ If no -a or -e option is specified, the last executable debugged via -e will be
|
|
|
525985 |
debugging. Otherwise, if this is the first time, a dialog will be presented to enter
|
|
|
525985 |
an executable, build log, and program arguments.
|
|
|
525985 |
|
|
|
525985 |
- e.g. ~/cdtdebugger/cdtdebug.sh -b ~/build.log -e ~/myproject/bin/a.out arg1 arg2
|
|
|
525985 |
-
|
|
|
525985 |
-The cdtdebug.sh script that is found in the plug-in can also be run directly, but cannot
|
|
|
525985 |
-be moved. The one installed in the cdtdebugger directory on the other hand, can be moved.
|
|
|
525985 |
+ e.g. cdtdebug -b ~/build.log ~/myproject/bin/a.out arg1 arg2
|
|
|
525985 |
|