From: Rafael Garcia-Suarez Date: Thu, 26 Jun 2003 20:21:53 +0000 (+0000) Subject: perlhack update, by Steve Grazzini X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea031e66439c986384865daf3860bb9bb815a8fa;p=p5sagit%2Fp5-mst-13.2.git perlhack update, by Steve Grazzini about macro support in gdb and gcc. p4raw-id: //depot/perl@19858 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 4b7e3d2..60653e1 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1322,6 +1322,12 @@ You may find it helpful to have a "macro dictionary", which you can produce by saying C. Even then, F won't recursively apply the macros for you. +B: Recent versions of F have fairly good macro support, but +in order to use it you'll need to compile perl with macro definitions +included in the debugging information. Using F version 3.1, this +means configuring with C<-Doptimize=-g3>. Other compilers might use a +different switch (if they support debugging macros at all). + =back =head2 Dumping Perl Data Structures