PR# 15134 Step Into goes to wrong line in debugger after sequence of changes
Problem Report Summary
Submitter: prestoat2000
Category: Compiler
Priority: Medium
Date: 2008/12/10
Class: Bug
Severity: Serious
Number: 15134
Release: 6.3.76070
Confidential: No
Status: Closed
Responsible: manus_eiffel
Environment: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.9) Gecko/20071111 Firefox/2.0.0.9
Solaris 10 on SPARC
Synopsis: Step Into goes to wrong line in debugger after sequence of changes
Description
I'm not sure this is actually a debugger problem, but that is how it manifests itself. After a sequence of changes and compiles, clicking on Step Into to start system execution causes the debugger to display the "end" of the root creation procedure as the current line rather than the first line.
To Reproduce
Go through the sequence of compiles represented in the attached BACKUP.tar.bz2 (I used command line compiler). Start estudio and open the project. Click on Step Into Routine. Debugger shows current line (via green arrow) at the "end" for the root creation procedure instead of the first line (create x).
Problem Report Interactions
Fixed by rev#78639
Added eweasel test melt095 for this bug. I think this covers the bug, though the test does not involve any incremental changes.