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 181388 - rtc options does not take effect in dbxgui
Summary: rtc options does not take effect in dbxgui
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P2 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-01 20:08 UTC by Chihin Ko
Modified: 2010-03-12 17:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chihin Ko 2010-03-01 20:08:56 UTC
steps to reproduce in dbxtool :

- bring up "Debug Executable" dialog
- load an a.out in debug target field
- open "RunTime Memory Checking" tab for enable "Access checking" and 
  "Check Memory Usage and Leaks"
- click Debug button


access checking - ON
memuse checking - ON

should show up in dbx console, but them don't
Comment 1 Chihin Ko 2010-03-12 17:56:14 UTC
Problems:
	Rtc options "Access checking" and "Check Memory Usage and Leaks" does not
	take effect to dbx. In applyConfigurationOptionsExtra(), if there is no
	dbxSettings.rtcProfile, it should fall back to default one, but there 
        is not.

Fixes:
	Added an "else" port in the if statement of
        applyConfigurationOptionsExtra() to handle fall back to default.