Typing
$ lxterminal --help
gives me;
Usage:
lxterminal [Options...] - LXTerminal is a terminal emulator
Options:
-e, --command=STRING Execute the argument to this option inside the terminal
--geometry=COLUMNSxROWS Set the terminal's size
-l, --loginshell Execute login shell
-t, -T, --title=,
--tabs=NAME[,NAME[,NAME[...]]] Set the terminal's title
--working-directory=DIRECTORY Set the terminal's working directory
I am using
lxterminal --title=$TITLE -e
That does produce an error message in the debugger tab when starting a debugging session.
If I open a terminal manually and type "lxterminal --title="hello" -e" and press Enter it opens another terminal window with no problems.
I am running Code::Blocks 13.12 on the Raspberry (installed it a few months ago). I dunno if a newer version (16.01) is available. Imho "Rasbian" is a derivative of Debia - not sure though.