Eclipse Inspect(Ctrl+shift+I) not working

后端 未结 5 1933
野趣味
野趣味 2021-02-05 05:53

I checked out a maven project in Eclipse and am unable to Inspect a Variable (right click on the variable and click Inspect option).

When I attempt to do so, I get the

5条回答
  •  暖寄归人
    2021-02-05 06:54

    This might be useful:

    Find the thread in your debug window that you are in the breakpoint for. Right click on it. Under relaunch should be an edit launch configuration selection. Select that.

    Select Source tab. Add. Java Project. Select the java project that the code exists in.

提交回复
热议问题