[Nice-commit] Nice/src/bossa/syntax FormalParameters.java,1.35,1.36
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-02 19:23:18
|
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18682/src/bossa/syntax Modified Files: FormalParameters.java Log Message: Allow to get debuging information about bytecode attributes. Index: FormalParameters.java =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/FormalParameters.java,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** FormalParameters.java 22 Dec 2003 01:30:59 -0000 1.35 --- FormalParameters.java 2 Feb 2004 19:21:12 -0000 1.36 *************** *** 565,568 **** --- 565,573 ---- { String value = new String(attr.data); + + if (Debug.bytecodeAttributes) + Debug.println("Read attribute " + attr.getName() + "=\"" + value + + "\" from " + attr.getContainer()); + try { return |