What's the fastest way to print debug messages from Flex? You know, things like “received a mouse click on ($ x, $ y)” or “received and an event from the sender”.
trace(mouseEvent.x + ", " + mouseEvent.y);
prints it to the console if you are using Eclipse / Flex Builder.
trace() - Flex Builder. , . . Flex SDK , Log4J. Flex:http://livedocs.adobe.com/flex/3/html/help.html?content=logging_07.html
trace ( somestring)
somestring
Source: https://habr.com/ru/post/1705683/More articles:when should I use a session template per query - databaseC ++ Symmetric binary operators with different types - c ++What is the best solution to solve the GPS problem of tracking GPS data in C #? - multithreadingIs it normal for a website to return an HTTP code of 200 for a page not found (404)? - javaПерерыв на отладчик С# для деления на ноль - debuggingConnecting to an OpenLDAP server in vbScript via openDSObject - vbscriptAsp.Net select in Sql - sqlHow to use CSS StyleSheet among projects? - cssUndo the latest version from Sourcesafe - version-controlWhat is the best way to create an xml map of a recursive directory listing in rubyonrails? - ruby | fooobar.comAll Articles