Laramie
Laramie

Reputation: 5587

Debug Flash Media Server

Is there any method to do live debugging on Flash Media Server, i.e. examine current variables, set breakpoints, watch expressions? I'm using Flash Builder 4 and am fantasizing about something akin to "Attach to Process" in Visual Studio.

The endless cycle of [trace statements -> server restart -> client state reset -> read log -> repeat] is ruining my disposition.

Upvotes: 0

Views: 411

Answers (1)

Stan Reshetnyk
Stan Reshetnyk

Reputation: 2036

There is no such tool for FMS. But I can suggest to use:

  1. FMS Admin console to read logs. http://www.flashcomguru.com/console/index.cfm
  2. Unload application via console instead of server restart. This will cut time. Application will load again on first connect.

Upvotes: 1

Related Questions