mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-17 11:40:56 +00:00
GP-3691: Squelch missing path error in DTR mode.
This commit is contained in:
parent
9d3d32a8c4
commit
fde054623d
@ -567,6 +567,9 @@ public class DebuggerModelProvider extends ComponentProvider implements Saveable
|
||||
}
|
||||
|
||||
protected void checkPath() {
|
||||
if (Trace.isLegacy(current.getTrace())) {
|
||||
return;
|
||||
}
|
||||
if (objectsTreePanel.getNode(path) == null) {
|
||||
plugin.getTool().setStatusInfo("No such object at path " + path, true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user