Bug 4876 - Debug Window: does not show the currently executing line in the source view on startup
Summary: Debug Window: does not show the currently executing line in the source view o...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2007-08-01 19:14 UTC by Rick Moseley
Modified: 2007-08-01 19:17 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Moseley 2007-08-01 19:14:49 UTC
When bringing up the source window initially, the view with the source code does
not scroll to the line that is currently being executed.
Comment 1 Mike Cvet 2007-08-01 19:17:39 UTC
Log message:
	2007-08-01  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindow.java (updateShownStackFrame): Rely on function TextMarks 
for
	SourceBuffer scrolling, rather than line numbers. Fixes #4876.
	(populateStackBrowser): Ditto.