[bcn-pm] Comprovar el contingut d'un fitxer en el debugger

Alex Muntada alexm at ac.upc.es
Fri Apr 16 06:17:23 CDT 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

* avilella:  [2004-04-15/19:02:53 +0100]

> estava fent un script que escrivia unes línies en un fitxer de
> sortida, i m'he adonat que m'aniria bé tenir controlat el que
> s'escriu en aquest fitxer mentre passa pel debugger:

Has provat amb aquestes opcions del debugger?

  DB<1> h
  ...

  < ?             List Perl commands to run before each prompt.
  < expr          Define Perl command to run before each prompt.
  << expr         Add to the list of Perl commands to run before
                  each prompt.
  > ?             List Perl commands to run after each prompt.
  > expr          Define Perl command to run after each prompt.
  >> expr         Add to the list of Perl commands to run after
  >> each prompt.
  { db_command    Define debugger command to run before each
                  prompt.
  { ?             List debugger commands to run before each
                  prompt.
  < expr          Define Perl command to run before each prompt.
  {{ db_command   Add to the list of debugger commands to run
                  before each prompt.
  ...

La idea seria que empilis l'expressió que vols imprimir a una
de les opcions possibles ("<< print $text" o "{{ x $text"), on
$text és la variable que conté l'expressió a imprimir dins el
fitxer ("print $outfile $text").

- --
Alex Muntada <alexm at ac.upc.es>
http://people.ac.upc.es/alexm/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQFAf8CwLdxCGS3zaBERArL2AKCxHYLvnkBlW+cDbB0F9JPFG/QbpwCgrXT2
p0yc++SgKqP/7PX21rjoaEw=
=7mLy
-----END PGP SIGNATURE-----



More information about the Barcelona-pm mailing list