This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 17161 - grammar debugger
Summary: grammar debugger
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: antlr (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@obsolete
URL: http://javadude.com/tools/parseview/i...
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-31 12:38 UTC by _ derrick
Modified: 2007-09-17 21:47 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ derrick 2001-10-31 12:38:20 UTC
Antlr provides hooks for debugging (using the -debug command line switch) and
this should be integrated into the antlr module.
An debugger called ParseView, written by Scott Stanchfield
(mailto:scott@javadude.com), provides a baseline for functionality needed.
Although this tool is out of date, I have modified (hacked) it so that it will
run under JDK1.3 and Antlr 2.7.1.
The development can proceed in two directions. If Scott is willing to contribute
his code to the netbeans open source repository, that could be used as a
starting point. Otherwise, a debugger can be written from scratch, perhaps
referring to Scott's implementation as a 'HOWTO'.
The latter option may be best to take advantage of the netbeans debugger
infrastructure.
Comment 1 Jiri Prox 2007-09-17 21:47:09 UTC
Obsolete milestone, please reevaluate