简体   繁体   English

netbeans 8.2,Windows 10 上的 java 调试器错误

[英]netbeans 8.2, java debugger error on windows 10

recently, netbeans 8.2 on win10, started giving me some debugger errors for java project.最近,win10 上的 netbeans 8.2 开始给我一些 java 项目的调试器错误。 the project compiles and runs without issues, but when I try to debug it after I put few breakpoints on some methods, I tried to clean NB cache , I removed build and properties files to have fresh build files , but still getting the follwoing debugger error :该项目编译和运行没有问题,但是当我在某些方法上放置几个断点后尝试调试它时,我尝试清理 NB 缓存,我删除了构建和属性文件以获得新的构建文件,但仍然出现以下调试器错误:

compile-single:编译单:

C:........\\nbproject\\build-impl.xml:1351: The following error occurred while executing this line: C:.........\\nbproject\\build-impl.xml:858: nbjpdastart doesn't support the nested "modulepath" element. C:........\\nbproject\\build-impl.xml:1351: 执行此行时出现以下错误:C:........\\nbproject\\build-impl.xml: 858:nbjpdastart 不支持嵌套的“modulepath”元素。 BUILD FAILED (total time: 0 seconds)构建失败(总时间:0 秒)

I appreciate your help我感谢您的帮助

thanks谢谢

Delete these files from the project folder (From Files tab).从项目文件夹中删除这些文件(从文件选项卡)。

build.xml build-imp.xml Restart netbeans. build.xml build-imp.xml 重新启动 netbeans。

Debug again.再次调试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM