Flash logs

danielle53

  • *
  • Posts: 55
Hi,
I could read on stencyl/plaf/haxe/lib/stencyl/1,00/README.md :

#Debugging
If you're running the engine standalone, viewing the engine's logs involves external apps.

- For Flash, use [Vizzy](https://code.google.com/p/flash-tracer)

the actual address of this project is

https://github.com/ir73/vizzy

but the last commit was made on the Nov 27, 2011
I know there is no open issue
but I am a little but worried there is not even one closed: it is a bad sign, no ?

Which tools are using ?

captaincomic

  • *
  • Posts: 6108
If you're running a game from within Stencyl, you should see the Flash logs in the Log Viewer.

Standalone, you don't really need a tool to see the Flash logs, they are written to a plain text file. You can use any text editor to view it. It's location depends on the OS:
http://help.adobe.com/en_US/flex/using/WSda78ed3a750d6b8f-4867184d1239f9d0558-8000.html 

Vizzy isn't actively developed anymore, but it has worked without issues for me so far.

danielle53

  • *
  • Posts: 55
Thanks ..
I have looked inside
Code: [Select]
Stencyl:Universal#initScreen(194): Stage Width: 320
Stencyl:Universal#initScreen(195): Stage Height: 480
Stencyl:Universal#initScreen(196): Screen Width: 640
Stencyl:Universal#initScreen(197): Screen Height: 470
Stencyl:Universal#initScreen(198): Screen DPI: 72
Stencyl:Universal#initScreen(377): Max Scale: 1
Stencyl:Universal#initScreen(378): Engine Scale: 1x
Stencyl:Universal#initScreen(732): Scale X: 1
Stencyl:Universal#initScreen(733): Scale Y: 1
nothing much ..  I will try to find out to make flash more verbose ..
something more than -cp Export/flash/haxe -debug .. hmm
it also seems that my logs are overwritten
Nevermind, I will find out .. when I really need it :  in the meantime, I bookmark the link you have kindly suggested :)