我快把这里撕成碎片了。我在论坛社区问过,我问过开发者列表,我已经在 stackoverflow 上问过。
Where is that code-line that just moves that program-counter annotation to that line that I want it to move?
说到突出显示当前在调试期间执行的行。
我已经检查过了
org.eclipse.cdt.debug.core
org.eclipse.cdt.debug.ui
org.eclipse.cdt.dsf.gdb
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui
org.eclipse.cdt.dsf.gdb.ui
org.eclipse.cdt.tests.dsf.gdb
org.eclipse.cdt.ui
org.eclipse.cdt.visualizer.core
org.eclipse.cdt.visualizer.ui
但我找不到能做到这一点的线路。
foo = new ObjectThatDoesWhatINeed();
foo.highlightLine(lineNumber);`
我在这里吓坏了,因为我在这里呆了一周,这不应该是一件大事,因为我认为 Eclipse 旨在重用功能,对吧?