/[gzz]/gzz/Documentation/newbie-dev-faq
ViewVC logotype

Diff of /gzz/Documentation/newbie-dev-faq

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by Vegai, Wed Oct 23 08:24:40 2002 UTC revision 1.3 by tjl, Wed Oct 23 08:47:02 2002 UTC
# Line 33  A: Java: make run DBG="-d gzz.client.foo Line 33  A: Java: make run DBG="-d gzz.client.foo
33               probably initialized with               probably initialized with
34     DBGVAR(dbg_paperquad, "Renderable.paperquad");     DBGVAR(dbg_paperquad, "Renderable.paperquad");
35     So, use DBG="-G Renderable.paperquad"     So, use DBG="-G Renderable.paperquad"
36    
37       To find these, use grep: that's the most important tool of a programmer.
38       Tjl has the aliases::
39    
40            alias gj='find . -name "*.java" | xargs grep '
41            alias gc='find . -name "*.[ch]*" | xargs grep '
42            alias gp='find . -name "*.[p]*" | xargs grep '
43    
44       for this. E.g.
45    
46            gc dbg_paperquad
47    
48       will find you the above line.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26