On 13/01/11 14:43, Amit Patel wrote: > > I have extended PrimImpl and wrote my own little code where i implement > sfDeploy, sfStart and sfTerminateWith. > > I use Intellij Idea and I managed to get it running from my IDE. > > It works fine but when i try to debug this it creates and RMI object of > my custom code in local host and does the magic. > > but how can i debug my custom code ? > > --
Hi, I replied directly when you sent email to my work address, I hadn't checked this mail list, which routes to a different mail server at work. Run your code under the IDE, with breakpoints on the Prim subclass. You can deploy your application either via the external tools, or via the command line used to start your application under the debugger (which is the easiest) -Steve ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Smartfrog-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/smartfrog-users
