默认情况下,如何启用eclipse

编程入门 行业动态 更新时间:2024-10-08 10:30:18
本文介绍了默认情况下,如何启用eclipse-cdt(Eclipse for C ++)中的指令步进?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我以指令步进模式反复调试Eclipse CDT中的一个程序,即一步一步就可以执行下一个汇编器/机器代码指令,而不是下一行C / C ++代码。

I repeatedly debug a program in Eclipse CDT in instruction stepping mode, i.e. a "step over" causes the next assembler/machine code instruction to be executed rather than the next line of C/C++ code.

因为我一遍又一遍地做,它让我不得不再次按指示步按钮进行每次执行。有没有办法默认启用它?我试图在我调试的程序的调试配置设置中找到它,但是我没有找到它。

Because I do it over and over again, it nags me to have to press the "instruction stepping" button again for every execution. Is there a way to enable it by default? I tried to find it in the debug configuration settings of the program that I debug, but I didn't find it there.

推荐答案

默认情况下,本地启动正在使用名为DSF的新的调试框架,其中不记得这个设置(至少在mars中),但是老一个记住了。 您可以使用以下步骤切换到旧版本:

By default local launch is using new debugging framework called DSF which does not remember this settings (at least in mars), however old one did remember it. You can switch to old one using the following steps:

打开启动配置

点击链接到底部切换启动器(在任何页面上)

Click on link at the bottom to switch Launcher (on any page)

选择传统创建进程启动器

Select "Legacy Create Process Launcher"

如果你现在使用这个,如果你按指示步进模式,它会记住下一个会话

If you use this one now if you press instruction stepping mode it will remember it for the next session

更多推荐

默认情况下,如何启用eclipse

本文发布于:2023-11-24 14:17:29,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1625553.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:情况下   eclipse

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!