PR# 11025 Disabling assertion checking in debugger doesn't always work
Problem Report Summary
Submitter: prestoat2000
Category: Runtime
Priority: Medium
Date: 2006/08/16
Class: Bug
Severity: Serious
Number: 11025
Release: 5.7.62488
Confidential: No
Status: Analyzed
Responsible: jfiat_es
Environment: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.10) Gecko/20050726 Firefox/1.0.6
Solaris 9 on SPARC
Synopsis: Disabling assertion checking in debugger doesn't always work
Description
Disabling assertion checking via the Debug menu doesn't always work. To reproduce: Compile with attached class and config file. Click on Step into Routine 4 times. Preconditions are correctly checked. Select Debug/Disable assertion checking. Click on Step into Routine 3 more times. Precondition of `value' is still checked but should not be.
To Reproduce