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 32431 - Add some debugging capability to winsys persistence
Summary: Add some debugging capability to winsys persistence
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 32212
  Show dependency tree
 
Reported: 2003-03-27 17:22 UTC by mslama
Modified: 2008-12-22 22:40 UTC (History)
1 user (show)

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 mslama 2003-03-27 17:22:45 UTC
When winsys configuration is defined in layers and
something is wrong there is not much possibility
to find what is wrong. This would save time of
module writers. I mean to add some logs what is
winsys persistence code doing like:

Loading Window Manager
Properties:
...
Loading Mode:
Properties:
...
Comment 1 mslama 2004-04-20 10:45:12 UTC
Done. Debug log messages are added. Use
-J-Dorg.netbeans.core.windows.persistence=0 or
-J-Dorg.netbeans.core.windows.persistence.<class name>=0 where <class
name is some parser class like WindowManagerParser when you want to
monitor what configuration files are loaded/saved.