Bug 3813

Summary: If source is not a C or C++ file, frysk should load unmarked text
Product: frysk Reporter: Mike Cvet <mcvet>
Component: generalAssignee: Mike Cvet <mcvet>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1633    

Description Mike Cvet 2006-12-27 16:04:17 UTC
... into the source window. That source should be the file pointed to from the 
frame.
Comment 1 Mike Cvet 2006-12-27 20:56:13 UTC
2006-12-27  Mike Cvet  <mcvet@redhat.com>

	* SourceWindow.java (updateShownStackFrame): Display the source
	filename in the window, even if the DOMSource is null. 
	* SourceBuffer.java (loadFile): If the DOMSource for the current
	scope is null, attempt to just load the plaintext from the
	source file if we can get it. Fixes #3813.