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

Summary: Add some debugging capability to winsys persistence
Product: platform Reporter: mslama <mslama>
Component: Window SystemAssignee: mslama <mslama>
Status: RESOLVED FIXED    
Severity: blocker CC: pzavadsky
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 32212    

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.