kritivasas / minibuilder

Automatically exported from code.google.com/p/minibuilder
0 stars 0 forks source link

investigate debug using fdb ( flex command line debugger ) #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It's possible to create a debug view using fdb. please see more info on fdb:

http://www.adobe.com/devnet/flex/articles/client_debug_08.html

http://asserttrue.com/articles/2009/01/07/sprouts-now-supports-flex-debugger-fdb
-flex-compiler-shell-fcsh-and-continuous-integration-ci

http://livedocs.adobe.com/flex/3/html/help.html?content=debugging_03.html

Original issue reported on code.google.com by walkan...@gmail.com on 28 Dec 2009 at 7:01

GoogleCodeExporter commented 9 years ago
i am aware of all this, but posting the links here is really helpful

the time i allocate to the project is limited though, and i am more tempted to 
focus on making 
minibuilder run with a remote compiler. no java on the client. so no fdb. 
anyway, my usual 
development environment does not include a debugger, i mostly rely on the 
trace/console tool:
http://code.google.com/p/minibuilder/wiki/DebuggerConsole
which i find more convenient (fast, lightweight, powerful)

nevertheless, integration with fdb is on my list, but for later
in the meantime, i hope to get minibuilder easily pluggable so other people can 
contribute to this 
part.

Original comment by victor.dramba on 29 Dec 2009 at 1:27