Yes you absolutely can. How depends on which application server you are using. Sometimes is very easy, other times its very tricky.
Using Tomcat is on the easy side. Especially if you are using either Eclipse or the new Flex Builder v2. That is because you can run the tomcat process right inside the eclipse runtime and right inside the included debugger. It is slick. Basically you can set a breakpoint in your servant code. When your flex app call the server and hits that breakpoint, boom, eclipse pops to the foreground and you are debugging your code live in the server. Check the eclipse documentation or the plethora of internet postings about how to configure eclipse to debug tomcat. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In [email protected], "adamcath123" <[EMAIL PROTECTED]> wrote: > > Hi guys, > > Can I debug the Java code being called by my Flex RPC components? How? > > -Adam > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

