You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
2.0 KiB
126 lines
2.0 KiB
13 years ago
|
<?xml version="1.0" ?>
|
||
|
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||
|
<!ENTITY % Spanish "INCLUDE">
|
||
|
]>
|
||
|
|
||
|
<refentry lang="&language;">
|
||
|
<refentryinfo>
|
||
|
<author
|
||
|
><personname
|
||
|
><firstname
|
||
|
>Ben</firstname
|
||
|
><surname
|
||
|
>Burton</surname
|
||
|
></personname
|
||
|
> <email
|
||
|
>bab@debian.org</email
|
||
|
></author>
|
||
|
<date
|
||
|
>7 de Marzo de 2003</date>
|
||
|
</refentryinfo>
|
||
|
|
||
|
<refmeta>
|
||
|
<refentrytitle
|
||
|
><command
|
||
|
>addebug</command
|
||
|
></refentrytitle>
|
||
|
<manvolnum
|
||
|
>1</manvolnum>
|
||
|
</refmeta>
|
||
|
|
||
|
<refnamediv>
|
||
|
<refname
|
||
|
><command
|
||
|
>addebug</command
|
||
|
></refname>
|
||
|
<refpurpose
|
||
|
>Modifica archivo(s) <filename
|
||
|
>Makefile</filename
|
||
|
>(s) para añadir información de depurado</refpurpose>
|
||
|
</refnamediv>
|
||
|
|
||
|
<refsynopsisdiv>
|
||
|
<cmdsynopsis
|
||
|
><command
|
||
|
>adddebug</command
|
||
|
> <group
|
||
|
><option
|
||
|
>-k</option
|
||
|
></group
|
||
|
> <group
|
||
|
><option
|
||
|
>-r</option
|
||
|
></group
|
||
|
> <group
|
||
|
><option
|
||
|
>-n</option
|
||
|
></group
|
||
|
> </cmdsynopsis>
|
||
|
</refsynopsisdiv>
|
||
|
|
||
|
<refsect1>
|
||
|
<title
|
||
|
>Descripción</title>
|
||
|
|
||
|
<para
|
||
|
><command
|
||
|
>adddebug</command
|
||
|
> modifica el archivo <filename
|
||
|
>Makefile</filename
|
||
|
> en el directorio actual (y opcionalmente en sus subdirectorios) para añadir información de depurado (<option
|
||
|
>-g3</option
|
||
|
>).También elimina las optimizaciones (<option
|
||
|
>-O[1-9]</option
|
||
|
>).</para>
|
||
|
|
||
|
<para
|
||
|
>Esta herramienta forma parte del kit de desarrollo de &kde;.</para>
|
||
|
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1>
|
||
|
<title
|
||
|
>Opciones</title>
|
||
|
|
||
|
<variablelist>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>-k</option
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Mantiene las optimizaciones (no elimina las opciones <option
|
||
|
>-O[1-9]?</option
|
||
|
> ausentes por omisión)</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>-r</option
|
||
|
></term>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>Busa recursivamente archivos <filename
|
||
|
>Makefile</filename
|
||
|
> a través de todos los subdirectorios del directorio actual. </para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>-n</option
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Compila sin definir NDEBUG y NO_DEBUG haciendo que funcionen las llamadas a <function
|
||
|
>kdDebug</function
|
||
|
></para
|
||
|
></listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
|
</refsect1>
|
||
|
|
||
|
</refentry>
|