|
|
|
Getting full error messages
Added on 4/3/2001
|
|
Compatibilities:
|
This item has not yet been rated
|
How can I get full error messages in a projector to debug?
Director 8 suppresses true error messages as to avoid showing the code causing problems to the end user. To enable this make a file named projector.ini (where projector is the name of your projector file) or Shockwave.ini for use in the Shockwave system folder. Include this text in the file...
[Lingo]
DisplayFullLingoErrorText=1
This will cause Director to use full descriptive errors like in authoring mode.
|
|