What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Debug Window - File Name

Pages: (2): « First [ 1 ] 2 » Last »
Debug Window - File Name
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
O.P. Debug Window - File Name
Question for Patchou here...

When an error occurs in a script and the debug window says the line number, would it also be possible to say the filename that caused it?  If you have more than one JS file you have to guess which line 67 the error is on for example.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-27-2006 03:13 PM
Profile E-Mail PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Debug Window - File Name
Great, I'd like to see the file name that caused the error too (Y)
07-27-2006 03:21 PM
Profile PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: Debug Window - File Name
Same here (y) ... and there seems to be some problems with the debugger sometimes, I got an error on line 51567246 once :P
07-27-2006 03:22 PM
Profile PM Find Quote Report
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
RE: Debug Window - File Name
Also when tracing a null value it gives you "type mismatch". You can still trace it if you use
code:
Debug.Trace(null + "");

Unless that is the way it is supposed to work, it would be great null values could be traced by default.
[Image: clb2.jpg]
07-27-2006 07:22 PM
Profile E-Mail PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: Debug Window - File Name
No, that's how it's supposed to work. You can't put Null with a String, they're two different types.
07-27-2006 07:33 PM
Profile PM Find Quote Report
Intosia
Junior Member
**

Avatar
I'm dynamic ^^

Posts: 78
40 / Male / –
Joined: Mar 2004
RE: Debug Window - File Name
Yeah that would be handy indeed :)
07-27-2006 08:04 PM
Profile E-Mail PM Web Find Quote Report
elektra
Full Member
***

Avatar
aka quacky

Posts: 210
Reputation: -3
– / Male / –
Joined: Jul 2006
RE: Debug Window - File Name
the pluslive says there is errors on my scripts and there fine!!!
[Image: ps3_forum2.jpg][Image: x360_forum2.jpg]
07-27-2006 08:19 PM
Profile E-Mail PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: Debug Window - File Name
That's got nothing to with this :P and how do you know it's fine? ... if the debugger says there's an error, there most likely is.
07-27-2006 08:20 PM
Profile PM Find Quote Report
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
RE: Debug Window - File Name
quote:
Originally posted by deAd
No, that's how it's supposed to work. You can't put Null with a String, they're two different types.

I dont think you understood what I said deAd, Debug.Trace(null + "String") does work, Debug.Trace(null) doesnt. And besides Debug.Trace should be able to receive all types for input, because it is in fact - debugging.
[Image: clb2.jpg]
07-28-2006 01:11 AM
Profile E-Mail PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: Debug Window - File Name
I see what you mean. Nevermind :P
07-28-2006 01:22 AM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


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