From: abd Date: Thu, 30 Oct 2008 09:51:12 +0000 (+0000) Subject: BUG 0020024: a --gdb-session option to runSalome ... X-Git-Tag: Phase8_Part1_16122008~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b44e4947aa0e65fb55bd232e9af7e6acc5aca2ec;p=modules%2Fkernel.git BUG 0020024: a --gdb-session option to runSalome ... possibility for execution of xterm with gdb during salome starting. fix error during merging --- diff --git a/bin/runSalome.py b/bin/runSalome.py index 1928dec9d..c6b2b28c5 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -323,7 +323,7 @@ class SessionServer(Server): f.write(args) f.write("\n") f.close() - self.CMD += ["xterm", "-e", "gdb", "--command=.gdbinit4salome", self.CMD[0]] + self.CMD = ["xterm", "-e", "gdb", "--command=.gdbinit4salome", self.CMD[0]] pass # ---