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
(or even a plug in to the MS VS IDE... * goes and researches).