简体   繁体   中英

No reverse debugging for C++ Eclipse project

I installed Eclipse CDT and MinGW on Windows 8.1 and can launch an "Hello World" project but have no reverse debugging controls. I saw on the net that I had to activate them in the "Customize Perspective" dialog.

When I try to activate the different commands (like "reverse resume, reverse step into") in the "Tool Bar Visibility" tab I get the error message

the command cannot be made visible in this dialog

How can I enable the reverse debugging controls in Eclipse (CDT)?

I ran into the same problem (and error message) under Linux.

I followed this Eclipse FAQ entry which seems to be a bit dated. What I actually ended up doing was:

  • menu Window -> Perspective -> Customize Perspective... 自定义透视菜单的菜单路径
  • tab "Action Set Availability": check "Reverse Debugging" 在此处输入图片说明

After enabling reverse debugging there, I still cannot change the visibility in the "Tool Bar Visibility" tab of the Customize Perspective Dialog but I get another icon in the tool bar that says "Reverse toggle".

具有禁用的反向调试功能的反向切换按钮的图像

upon turning on reverse debugging via that button I have the full set of reverse debugging controls in the tool bar.

通过按下“反向切换”按钮启用反向调试

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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