Macromedia flex 2-migrating applications to flex 2 Manual De Usuario

Descargar
Página de 184
fdb debugger
159
run command
On Windows, you can enter either 
run foo.swf
, in which case fdb launches Flash Player, or 
run
, in which case fdb displays the “Waiting for Player to connect” message; at that point, you 
must manually launch Flash Player.
On the Macintosh, the 
run foo.swf
 command is no longer supported; fdb cannot launch 
Flash Player. The only supported form of the command on the Macintosh is 
run
, after which 
you must manually launch Flash Player. 
print command
Flex 2 includes the following changes to the output of the print command:
If a member of an object is an integer, its value is printed in both decimal and 
hexadecimal. 
If 
set $displayattributes
 was specified before the 
print
 command is executed, the 
list of attributes that are displayed is different. The new list of attributes is:
dont_enumerate
read_only
local
argument
getter
setter
dynamic
static
private
public
internal
has_namespace
Commands no longer supported
The following features of the fdb debugger in Flex 1.5 are no longer supported in Flex 2:
Watchpoints: the 
watch
awatch
, and 
rwatch
 commands. 
Disassembly: the 
disassemble
 command. 
On the Macintosh only, the 
run
 command.