Skip to main content
Inspiring
April 19, 2007
Answered

Application in debug mode?

  • April 19, 2007
  • 2 replies
  • 1032 views
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 connection." Does the main.asc have to be running in the development environment in order to view the contents of the shared objects?
    This topic has been closed for replies.
    Correct answer
    Just add to you code:

    application.onAppStart = function() {
    application.allowDebug = true;
    }

    2 replies

    Known Participant
    August 31, 2007
    Cheers bud!
    Just what i was looking for.
    Correct answer
    April 23, 2007
    Just add to you code:

    application.onAppStart = function() {
    application.allowDebug = true;
    }
    NeeeolAuthor
    Inspiring
    April 23, 2007
    YEAH! Thanks! That makes things MUCH easier