wiln / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

Dependency on display list makes console impractical for proxy , service, model classes #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Great project!, but one feature I am hoping for would be to remove the 
dependency on your 
projects display list.

I realize this would require flash console to have its own internal view 
mechanism, but most of my 
critical debugging involves debugging proxy and model classes, that aren't on 
the display list.

Jesse Warden has adapted this idea for his DebugWindow but unfortunately his 
work depends on 
flex classes to work.
see here
http://jessewarden.com/2010/02/debug-window-v2-simple-flex-debug-window.html

Original issue reported on code.google.com by bac...@gmail.com on 13 Mar 2010 at 9:57

GoogleCodeExporter commented 9 years ago
Hi,
Yes, you should pass a display list to start Console at the very beginning but 
it 
doesn't need display list on every class you want to use.

Once console have started, you can use the console API anywhere in your app, 
regardless the class is a display or not. 
You don't need to do 'C.start' on every class... It is only required once, 
ideally at 
your document class.

OR... Are you saying you have no plan to see console at all, but use remoting 
only?

Original comment by luay...@gmail.com on 14 Mar 2010 at 2:16

GoogleCodeExporter commented 9 years ago
See above comment, you don't need display on every class to use console.

Original comment by luay...@gmail.com on 24 Mar 2010 at 9:07