What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Offline Script Testing

Offline Script Testing
Author: Message:
andrewdodd13
Senior Member
****

Avatar
Oh so retro

Posts: 870
Reputation: 16
34 / Male / Flag
Joined: Jan 2005
RE: Offline Script Testing
What I meant was a sort of dummy-event.

For example, it could parse the code, and you could tell the system to call that function with dummy arguments...

Code:
code:
function MessengerFunction(arg1,arg2)
Debug.Trace ("This function was called with " + arg1 + " " +arg2);
end

Then from the new area (I'll call it the debugger window) you could type
MessengerFunction("hi","noobs");
and it would call those functions as if that's what was actually happening.

As I said, it might be too much to include in the messenger plus! live client, but a dev-environment would be nice :P (or even a plug in to the MS VS IDE... * goes and researches).
[Image: AndrewsStyle.png]
07-22-2006 01:24 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Offline Script Testing - by chicco on 07-22-2006 at 12:20 PM
RE: Offline Script Testing - by andrewdodd13 on 07-22-2006 at 12:46 PM
RE: Offline Script Testing - by John Anderton on 07-22-2006 at 12:59 PM
RE: Offline Script Testing - by andrewdodd13 on 07-22-2006 at 01:24 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