Unable to debug in Java with eclipse

后端 未结 11 1086
情话喂你
情话喂你 2020-12-03 06:55

I am trying to debug a simple Java application on my machine using Eclipse as an IDE. When I try to debug the application by entering the Debug Perspective, I set a breakpoi

11条回答
  •  温柔的废话
    2020-12-03 07:44

    Its Very Simple,Just do the Following Changes in eclipse.ini file.

    -vm
    binary\com.sun.java.jdk.win32.x86_1.6.0.u43\jre\bin\javaw.exe
    

提交回复
热议问题