使用Visual Studio 2013 For Java

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Visual Studio 2013 For Java相关的知识,希望对你有一定的参考价值。

有没有办法在Visual Studio 2013中管理/调试/编译Java项目?

我从2012年开始在2010年看到了一个帖子,但我认为从那以后他们可能已经改变了很多。

答案

调试器支持

调试器的当前功能包括:

Support for multiple JVMs
    Support for the 32- and 64-bit releases of the standard JDK 6 and 7 (HotSpot VM)
    Support for the 32- and 64-bit releases of JRockit R28.x 
Full support for “Java Runtime Environment” exceptions in the Debug → Exceptions dialog
    Standard packages and exceptions are shown in the Java Runtime Environment category
    Users can add their own exceptions by name
    Users may select which exceptions the debugger should break on at the time they are thrown
    Unhandled exceptions automatically trigger a breakpoint
    When an exception is thrown, a message is printed to the output window (similar to the way it’s handled in C# debugging) 

有关更多信息,请参阅this文章

以上是关于使用Visual Studio 2013 For Java的主要内容,如果未能解决你的问题,请参考以下文章

Visual Studio 2013中使用Ribbon For WPF

如何在Visual Studio 2013中使用Ribbon For WPF

.net转PHP从零开始-配置visual studio 2013 PHP开发环境php for visual studio

Visual Studio 2015 上的 log10() 性能比 Visual Studio 2013 for x86 慢很多

检测是不是安装了 Visual C++ Redistributable for Visual Studio 2013

如何使用 Xamarin for Visual Studio 2013 为我的 iOS 应用程序构建 IPA 文件