Shoutbox

Debugger window Not loading. - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Bug Reports (/forumdisplay.php?fid=7)
+----- Thread: Debugger window Not loading. (/showthread.php?tid=65451)

Debugger window Not loading. by GutterClown on 08-27-2006 at 07:36 AM

Here's an interesting one.

I was trying to post an issue with the FileServer script, so I opened up the usual Debugging window.

I closed it, knowing that I had the needed info on the clipboard.

I needed the information again (overwrote the clipboard) and went to re-open the window.

Seems it's just decided to stop opening?  Is there a command I've missed to force it open, apart from 'Enable debugging options'?


EDIT: Sorry, forgot to mention.  I've done the usual things, like disable \ enable.  close WLM.  restart.  etc.


RE: Debugger window Not loading. by Sunshine on 08-27-2006 at 09:24 AM

If you still have the debugger enabled you can open it again from:

[Image: attachment.php?pid=720160]


RE: Debugger window Not loading. by KnRd_WC on 08-27-2006 at 09:33 AM

Thanks !!! I had the same problem !! :p I used Toast as a replacement for debugger xD


RE: Debugger window Not loading. by markee on 08-27-2006 at 10:29 AM

Try using thisscript to see if it will work (please note this will open the windowwhenever start the script or messenger if it is enabled)

code:
function OnEvent_Initialize(MessengerStart)
{
  Debug.DebuggingWindowVisible = true;
}

RE: Debugger window Not loading. by GutterClown on 08-27-2006 at 10:59 AM

[Image: attachment.php?pid=720160]

Can't believe I missed that.

So many pretty colors...

Thankyou.  Works fine.