Summary: | If source is not a C or C++ file, frysk should load unmarked text | ||
---|---|---|---|
Product: | frysk | Reporter: | Mike Cvet <mcvet> |
Component: | general | Assignee: | 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
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. |