开发者

Debug Flash Media Server

开发者 https://www.devze.com 2023-02-02 05:26 出处:网络
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

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开发者_Go百科 of [trace statements -> server restart -> client state reset -> read log -> repeat] is ruining my disposition.


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.
0

精彩评论

暂无评论...
验证码 换一张
取 消