When the program that Frysk is debugging is running, you can still change the selected stack frame. It would make sense to disable the current stack view until the program stops execution.
After IRC discussions with mcvet it's been decided that we are not going to desensitize the stack view, rather we will prevent disassembly of frames with no DOM information when the runState of the SourceWindow != STOPPED. Changelog: frysk-gui/frysk/gui/srcwin: 2007-03-05 Adam Jocksch <ajocksch@redhat.com> * SourceWindow.java (updateShownStackFrame): Now checks to see if the runState is stopped before disassembling a frame. Closing bug.