Bug 114415 - Run to Line does not work properly in all targets
Summary: Run to Line does not work properly in all targets
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Developer Suite
Classification: Retired
Component: eclipse
Version: 1.0
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrick Macdonald
QA Contact: Patrick Macdonald
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-27 21:11 UTC by Chandrakala Chavva
Modified: 2018-01-04 06:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-04 06:13:31 UTC
Embargoed:


Attachments (Terms of Use)

Description Chandrakala Chavva 2004-01-27 21:11:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922

Description of problem:
Run to Line works only if the Cursor is in the same function as the
execution of the program is. But does not work if the cursor is in
another function which gets called by this function where the program
is getting executed. 

1 int a, b;
2 
3 int foo ()
4 {
5   return a + b;
6 }
7 
8 main()
9 {
10 int sum;
11
12  a = 20;
13  b = 30;
14
15  sum = foo();
16 
17  return sum;
18}
  
When the above program is debugged, the debugger stops at line 12. If
i have cursor anywhere in line no {13,15,17} and invoked Go to Line it
works but if i have cursor at line no 5 invoking Go to Line does not work.



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.As explained above
2.
3.
    

Additional info:

Comment 3 Alexander Kurtakov 2018-01-04 06:13:31 UTC
This is ancient version. Closing. Please open a new one if you can still reproduce against RHSCL eclipse.


Note You need to log in before you can comment on or make changes to this bug.