I usually get this problem. You see, I create an instance of J.exe from .NET through the Interop.JEXEServerLib.dll.
One of the observation that I've made was that whenever I get the blanked-out debug window is that the current directory is in Windows\System32. I normally can recover icons by the toggling the debug a few times by typing the following in sequence: dbg 0 dbg 1 dbg 0 dbg 1 Sometimes, this would fail and I have to clear the stop list and do the toggling all over again: dbstopme '' Normally, doing the stuff above works but there are cases (1 out of 100?) where all you can do is close the your current session and do it all over again. :) > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:general- > [EMAIL PROTECTED] On Behalf Of Devon McCormick > Sent: Wednesday, August 15, 2007 7:53 PM > To: General forum > Subject: Re: [Jgeneral] debugger start-up > > I've put a page on the JWiki - > http://www.jsoftware.com/jwiki/Guides/DebugBar - > mentioning what little we know about this problem _and_ showing a > picture of > what the bar is supposed to look like. So, you could bring up that > picture > if you get a blank bar - the buttons still work. > > On 8/13/07, Anssi Seppälä <[EMAIL PROTECTED]> wrote: > > > > This problem occurs so randomly. For many years I have seen it > > hundreads of times but can not find any correlation to any other > > happening in Windows. By the way it has been a while I have seen that > > last time. > > Anssi > > > > At 19:39 13.8.2007, you wrote: > > >I assme you are in Windows. I have occasionally seen this and agree > > >there is a bug. I have been unable to track it down. By observation > > >it rarely happens in a newish session and happens more often after > > >lots has been done. Perhaps there is a resource leak with toolbars. > > >Do you have a simple way to reproduce the problem? > > > > --------------------------------------------------------------------- > - > > For information about J forums see > http://www.jsoftware.com/forums.htm > > > > > > -- > Devon McCormick, CFA > ^me^ at acm. > org is my > preferred e-mail > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
