![]() Debug Window - File Name - 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: Debug Window - File Name (/showthread.php?tid=64095) Debug Window - File Name by Dempsey on 07-27-2006 at 03:13 PM
Question for Patchou here... RE: Debug Window - File Name by Mnjul on 07-27-2006 at 03:21 PM
Great, I'd like to see the file name that caused the error too RE: Debug Window - File Name by deAd on 07-27-2006 at 03:22 PM
Same here RE: Debug Window - File Name by cooldude_i06 on 07-27-2006 at 07:22 PM
Also when tracing a null value it gives you "type mismatch". You can still trace it if you use code:Unless that is the way it is supposed to work, it would be great null values could be traced by default. RE: Debug Window - File Name by deAd on 07-27-2006 at 07:33 PM No, that's how it's supposed to work. You can't put Null with a String, they're two different types. RE: Debug Window - File Name by Intosia on 07-27-2006 at 08:04 PM
Yeah that would be handy indeed RE: Debug Window - File Name by elektra on 07-27-2006 at 08:19 PM the pluslive says there is errors on my scripts and there fine!!! RE: Debug Window - File Name by deAd on 07-27-2006 at 08:20 PM
That's got nothing to with this RE: Debug Window - File Name by cooldude_i06 on 07-28-2006 at 01:11 AM
quote: 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. RE: Debug Window - File Name by deAd on 07-28-2006 at 01:22 AM
I see what you mean. Nevermind RE: RE: Debug Window - File Name by cloudhunter on 07-28-2006 at 01:32 AM
quote: Or more likely there is an error and you just haven't understand that there was one ![]() I'd like to see this feature too, ran into this snag a bit ago ![]() Cloudy RE: Debug Window - File Name by matty on 07-28-2006 at 02:26 AM
This would be a very nice idea because when your script folder looks like this : |