What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [release] Show debugger tool [UPDATED]

4 votes - 3.75 average   [release] Show debugger tool [UPDATED]
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [release] Show debugger tool [UPDATED]
It does work... In fact I've edited your script slightly for my own purposes. I've managed to trim it to this:
code:
function OnEvent_MenuClicked(sMenuId, nLocation, ChatWnd){
    if(sMenuId=="debugger"){
        Debug.DebuggingWindowVisible = !Debug.DebuggingWindowVisible;
    }
}

I moved the menu code to the ScriptInfo file. I took out the nLocation = 2 check as I want it in chat windows too. For most people that will be using the script, checking the registry to see if debugging is enabled will not be needed.
<Eljay> "Problems encountered: shit blew up" :zippy:
11-16-2006 06:00 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[release] Show debugger tool [UPDATED] - by EBFL on 11-11-2006 at 07:21 PM
RE: [release] Show debugger tool - by Jesus on 11-11-2006 at 08:08 PM
RE: [release] Show debugger tool - by EBFL on 11-11-2006 at 08:10 PM
RE: [release] Show debugger tool - by vaccination on 11-11-2006 at 09:53 PM
RE: [release] Show debugger tool [UPDATED] - by EBFL on 11-12-2006 at 03:30 PM
RE: [release] Show debugger tool [UPDATED] - by Ezra on 11-12-2006 at 04:39 PM
RE: [release] Show debugger tool [UPDATED] - by EBFL on 11-12-2006 at 04:52 PM
RE: [release] Show debugger tool [UPDATED] - by Jesus on 11-12-2006 at 05:45 PM
RE: [release] Show debugger tool [UPDATED] - by EBFL on 11-12-2006 at 07:10 PM
RE: [release] Show debugger tool [UPDATED] - by Keikonium on 11-12-2006 at 08:02 PM
RE: RE: [release] Show debugger tool [UPDATED] - by Huhu_Manix on 11-13-2006 at 07:26 PM
RE: RE: [release] Show debugger tool [UPDATED] - by EBFL on 11-13-2006 at 07:27 PM
RE: [release] Show debugger tool [UPDATED] - by Plan-1130 on 11-12-2006 at 08:10 PM
RE: [release] Show debugger tool [UPDATED] - by CookieRevised on 11-12-2006 at 08:33 PM
RE: RE: [release] Show debugger tool [UPDATED] - by deAd on 11-13-2006 at 06:48 PM
RE: RE: RE: [release] Show debugger tool [UPDATED] - by CookieRevised on 11-13-2006 at 09:30 PM
RE: [release] Show debugger tool [UPDATED] - by Sunshine on 11-12-2006 at 08:51 PM
RE: [release] Show debugger tool [UPDATED] - by EBFL on 11-13-2006 at 05:01 PM
RE: [release] Show debugger tool [UPDATED] - by Ezra on 11-13-2006 at 09:36 PM
RE: [release] Show debugger tool [UPDATED] - by Spunky on 11-15-2006 at 02:15 AM
RE: [release] Show debugger tool [UPDATED] - by EBFL on 11-16-2006 at 05:38 PM
RE: [release] Show debugger tool [UPDATED] - by Spunky on 11-16-2006 at 06:00 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On