From: Rafael Garcia-Suarez Date: Fri, 7 Aug 2009 11:25:21 +0000 (+0200) Subject: perltodo: Propagate compilation hints to the debugger X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=53967bb90ff3867cdf0a6117faed24c717c12c22;p=p5sagit%2Fp5-mst-13.2.git perltodo: Propagate compilation hints to the debugger Suggested by Ben Morrow --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index ad78744..880fb16 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -898,6 +898,15 @@ L There is no method on tied filehandles to allow them to be called back by formats. +=head2 Propagate compilation hints to the debugger + +Currently a debugger started with -dE on the command-line doesn't see the +features enabled by -E. More generally hints (C<$^H> and C<%^H>) aren't +propagated to the debugger. Probably it would be a good thing to propagate +hints from the innermost non-C scope: this would make code eval'ed +in the debugger see the features (and strictures, etc.) currently in +scope. + =head2 Attach/detach debugger from running program The old perltodo notes "With C, you can attach the debugger to a running