Re: [Ikvm-developers] VS2010 debugging slow code.
Brought to you by:
jfrijters
|
From: Jean P. P. <jp....@ar...> - 2012-09-17 15:09:48
|
Hi, Thanks for your answer. 2 questions : - Does this can be caused by java code that throw exceptions and trapped and managed in java code ? - Previous release of third party jar files doesn't have this problem. We don't have code of this jar files, but I decompiled them. I see code changes, but I don't understand why we have this problem of slow debugging between these 2 releases. Thanks for advance. Jean-Pierre -----Message d'origine----- De : Jeroen Frijters [mailto:je...@su...] Envoyé : lundi 17 septembre 2012 16:35 À : Jean Pierre Planas; ikv...@li... Objet : RE: VS2010 debugging slow code. Hi Jean-Pierre, This is unfortunately a known problem. Exception handling in the Visual Studio debugger is very slow. Regards, Jeroen > -----Original Message----- > From: Jean Pierre Planas [mailto:jp....@ar...] > Sent: Monday, September 17, 2012 16:17 > To: ikv...@li... > Subject: [Ikvm-developers] VS2010 debugging slow code. > > Hi, > > I use ikvmc to convert some third party jar files to my output.dll. > In my project, I make a reference to output.dll and IKVM.OpenJDK.Core. > > When I run my code that will run code from output.dll without using > VS2010 to debug, code takes 10 seconds (it's normal, it' for > connection). > When I run the same code running my project and using VS2010 to debug > my code, it took more than 2 minutes. > > Someone has an idea why ? > A solution to avoid this problem ? > > Thanks for advance. > > Jean-Pierre > > ---------------------------------------------------------------------- > -- > ------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. > Discussions will include endpoint security, mobile security and the > latest in malware threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Ikvm-developers mailing list > Ikv...@li... > https://lists.sourceforge.net/lists/listinfo/ikvm-developers |