Re: [Ikvm-developers] VS2010 debugging slow code.
Brought to you by:
jfrijters
|
From: Christian P. <pro...@op...> - 2012-09-17 14:38:13
|
Hi, it's the VS debugger which catches all Exceptions and runs some analysis on it. Only workaround is to use WinDbg. There some tutorials on the net which show how to enable WinDbg support in Visual Studio. Regards, Christian -----Ursprüngliche Nachricht----- Von: Jean Pierre Planas [mailto:jp....@ar...] Gesendet: Montag, 17. September 2012 16:17 An: ikv...@li... Betreff: [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 |