Quantcast
Channel: How to Parse (File, Package, Function Name) from a Stack Trace in ActionScript (AS3)
Browsing all 65 articles
Browse latest View live

Thanks Jay you also might want to look at my debugging tools Fireflash

Building you're own debug tools? Save your self some work and look at [url]http://www.actionscript-flash-guru.com/blog/21-fireflash-firebug-console-for-flash[/url] Users who come across this post are...

View Article



Code Updated

Code has been updated to not fail in the debugger. - Nicholas

View Article

console

thank you - sharedtut

View Article

...

I use this class in flash builder. and things work most of the time. Thanks However, when a class is the root/default package, no data is found. Also I wish I would get the line number too. Error: ah...

View Article

...

Really appreciate your parsing solution; we built a utility class around it that helps give context to where trace statements are coming from when developing and debugging. Check it out. Thanks! Here's...

View Article


Set precision of Number in ActionScript

Following is the optimized function to set precision of a Number in ActionScript public static function setPrecision(val:Number, decimalPlaces:uint):Number { var multiplier:uint = Math.pow(10,...

View Article

Any ideas how to handle a high precision number

I see this in my Number variable -- 1.208746705405106E7 it's driving me bonkers and needs to be 6 decimal places. The number should look like this. 12087321.220717 - Justin Carasick

View Article

Thanks Jay you also might want to look at my debugging tools Fireflash

Building you're own debug tools? Save your self some work and look at [url]http://www.actionscript-flash-guru.com/blog/21-fireflash-firebug-console-for-flash[/url] Users who come across this post are...

View Article


Code Updated

Code has been updated to not fail in the debugger. - Nicholas

View Article


console

thank you - sharedtut

View Article

...

I use this class in flash builder. and things work most of the time. Thanks However, when a class is the root/default package, no data is found. Also I wish I would get the line number too. Error: ah...

View Article

...

Really appreciate your parsing solution; we built a utility class around it that helps give context to where trace statements are coming from when developing and debugging. Check it out. Thanks! Here's...

View Article

Set precision of Number in ActionScript

Following is the optimized function to set precision of a Number in ActionScript public static function setPrecision(val:Number, decimalPlaces:uint):Number { var multiplier:uint = Math.pow(10,...

View Article


Any ideas how to handle a high precision number

I see this in my Number variable -- 1.208746705405106E7 it's driving me bonkers and needs to be 6 decimal places. The number should look like this. 12087321.220717 - Justin Carasick

View Article

Thanks Jay you also might want to look at my debugging tools Fireflash

Building you're own debug tools? Save your self some work and look at [url]http://www.actionscript-flash-guru.com/blog/21-fireflash-firebug-console-for-flash[/url] Users who come across this post are...

View Article


Code Updated

Code has been updated to not fail in the debugger. - Nicholas

View Article

console

thank you - sharedtut

View Article


...

I use this class in flash builder. and things work most of the time. Thanks However, when a class is the root/default package, no data is found. Also I wish I would get the line number too. Error: ah...

View Article

...

Really appreciate your parsing solution; we built a utility class around it that helps give context to where trace statements are coming from when developing and debugging. Check it out. Thanks! Here's...

View Article

...

Nice article, thanks! :) - Daniel Dourado

View Article
Browsing all 65 articles
Browse latest View live




Latest Images