无法从 Qt Creator 中的本地和观察者窗口中删除观察表达式
问候!
我有一个奇怪的问题,我在网上找不到任何答案。我有 Qt-Creator 2.0.1 大约一个月或更长时间前,当我调试时,“本地和观察者”窗口中挂着一个大表情。它的值显示为“不可访问”。 如果我删除它,它将被删除,但在下一次更改(添加要监视的变量或删除另一个变量)时,它会回来。 如果我尝试编辑它,它的行为就像什么都没有(空白编辑框而不是编辑表达式的选项)。 如果我在编辑后按 Enter 键,则会添加另一个表达式(应该替换它,但它不会)。
重新启动或重新启动 Qt-Creator 后问题仍然存在。有办法解决吗?就像,调试后的表达式可以存储在哪里,以便我可以手动删除它们?有什么想法吗?
谢谢!
Greetings!
I have a weird problem and i cannot find any answer anywhere on the webs. I have Qt-Creator 2.0.1
Since like a month or more ago, i have a big expression hanging in the "Locals and Watchers" window when i am debugging. It is showing "not accessible" as its value.
If i remove it, it will be removed, but on next change (adding a variable to watch, or deleting another) it will come back.
If i try to edit it, it behaves like there is nothing there (blank edit box instead of option to edit the expression).
If i press enter after editing it, another expression will be added (should have replaced this, but it wont).
Problem persists through reboot or restart of Qt-Creator. Is there a way to fix it? Like, where can the debugged be storing those expressions, so i could remove them manually? Any ideas?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
QtCreator 工作区配置存储在单独的文件中。
.qws 是包含监视变量的 XML 文件。
QtCreator workspace configuration is stored in separate file.
.qws is XML file that contains watched variables.