[Lazarus] run program in ide with sudo for debug purpose

ik idokan at gmail.com
Sun Feb 26 14:19:49 CET 2012


On Sun, Feb 26, 2012 at 15:05, zeljko <zeljko at holobit.net> wrote:
> On Sunday 26 of February 2012 13:49:08 Martin wrote:
>
>> On 26/02/2012 12:38, ik wrote:
>
>> > Hello,
>
>> >
>
>> > I'm trying to debug a program that I'm writing with Lazarus, and it
>
>> > require root privileges, but I do not want Lazarus to run as root,
>
>> > only the program itself for debug.
>
>> >
>
>> > How can I do that ?
>
>>
>
>> I have not tried it, but maybe if you replace "/usr/bin/gdb" (in the IDE
>
>> opions dialog) with "sudo /usr/bin/gdb" ?
>
>>
>
>> Of course that affects all projects.
>
>
> Yes, but sudo can ask for password ,so he'll be stucked there I think.

Treid to use kdesu but got the following:

The debugger "/usr/bin/kdesu /usr/bin/gdb"
does not exist or is not executable.

See Tools -> Options -> Debugger options

>
>
> zeljko
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>




More information about the Lazarus mailing list