Shoutbox

Debugging - 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: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Debugging (/showthread.php?tid=70754)

Debugging by plus on 01-16-2007 at 06:16 PM

I check the box for ''enable debbuging window'' and when i double click the script to edit it it opens the script editing window but not the debbuging one.

Any help


RE: Debugging by Thor on 01-16-2007 at 06:17 PM

WLM Main window > Plus! > Show Debug window

I'm don't use english, so it may be something else, but that's the path.


RE: Debugging by FineWolf on 01-16-2007 at 06:18 PM

Your solution lies in one line of code:

code:
Debug.DebuggingWindowVisible = true;

or Plus! -> Show Debugging Window.
Please read the official scripting documentation before asking a question next time.
RE: Debugging by plus on 01-16-2007 at 06:27 PM

I did that check box but it donst work!

NO NEED TO GIVE A NEG FOR IT.


RE: RE: Debugging by FineWolf on 01-16-2007 at 06:29 PM

quote:
Originally posted by .2007
I did that check box but it donst work!

NO NEED TO GIVE A NEG FOR IT.


We are not talking about the check box here... Out of the options window. In your contact list, the Plus! Menu... If you have the "Enable debugging" set in your options, you should have a "Show Debugging Window" menu item.
RE: Debugging by EBFL on 01-16-2007 at 06:32 PM

quote:
Originally posted by .2007
I check the box for ''enable debbuging window'' and when i double click the script to edit it it opens the script editing window but not the debbuging one.

Any help
For people that didnt know how to open it i made This.  8-)