[Lazarus] Command line on linux [was: Re: GDB problems (--exec-run)]
Martin Frb
lazarus at mfriebe.de
Wed Dec 18 15:14:04 CET 2013
On 18/12/2013 13:54, FreeMan wrote:
> Hello Martin,
> On Kubuntu 13.10 x64,
>
> /opt/lazarus/startlazarus --LANG=C --pcp=~/.lazarus %f
> --debug-log=~/.lazarus/0_Lazarus_LOG_FILE.log
> --debug-enable=DBG_CMD_ECHO,DBG_STATE,DBG_DATA_MONITORS,DBGMI_QUEUE_DEBUG,DBGMI_TYPE_INFO
>
> "--debug-log=~/.lazarus/0_Lazarus_LOG_FILE.log" log file not
> creating. '~' symbol not using,
> "--debug-log=/home/yourname/.lazarus/0_Lazarus_LOG_FILE.log" this
> parameter is work
>
1) Top posting
2) Completely unrelated to the quoted message
3) Untrimmed full quote
just some advice: I know some of the people will add you to their
filter, and stop reading your messages, if you continue doing the above....
--LANG is not an command-line option. LANG is an environment variable.
The syntax for setting it depends on the shell you use.
afaik: "~" is a token used by most shells (e.g bash). Lazarus does
nothing with it, and treats it as literal.
If working, then it is expanded by the shell, *before* lazarus is even
run. So if that does not work, then it is something about your shell
not replacing it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20131218/3382f941/attachment-0003.html>
More information about the Lazarus
mailing list