application debug mode

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default application debug mode

    Hi,
    I'm working on FMS 3. on the main file in onAppStart function i wrote:
    application.allowDebug = true;
    but when trying to check a SharedObject i have i see it is stored but on the
    property it says No Data
    and on the right upper side i have this triangle sign that says "faild to make
    a debug connection, check that the application is in debug mode" how do i do
    that?
    please help,
    thanks in advance....


    inwonder Guest

  2. Similar Questions and Discussions

    1. Application in debug mode?
      I want to look at some shared objects in the Media Server administration page, but when I click on them I get the error "Failed to make a debug...
    2. #25223 [Fbk->Csd]: ZE2 Crashes in non-debug mode (CLI only)
      ID: 25223 Updated by: john@php.net Reported By: john@php.net -Status: Feedback +Status: Closed Bug...
    3. #25223 [Opn->Fbk]: ZE2 Crashes in non-debug mode (CLI only)
      ID: 25223 Updated by: sniper@php.net Reported By: john@php.net -Status: Open +Status: Feedback Bug...
    4. #25223 [Opn]: ZE2 Crashes in non-debug mode (CLI only)
      ID: 25223 Updated by: sfox@php.net -Summary: ZE2 Crashes in non-debug mode Reported By: john@php.net Status: ...
    5. I can't use the asp.net debug mode for a particular project
      have a couple of asp.net projects(Say A and B projects). For A project, I can use the debug mode so I can use the stepinto or stepover functions to...
  3. #2

    Default Re: application debug mode

    just added to the application.xml file value true for the debag tags
    inwonder Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139