| DSF/GDB How to know current session in verbose mode [message #1782001] |
Thu, 15 February 2018 11:34 |
Eclipse User |
|
|
|
Hi everyone,
I'm working on a plugin project that used CDI. So I'm trying to "migrate" it to DSF.
Somewhere I have the following code :
public class MiConsoleVerboseModeAction extends Action {
private ProcessConsole fConsole;
public MiConsoleVerboseModeAction(ProcessConsole console) {
fConsole = console;
...
GDBProcess fProcess = (GDBProcess) fConsole.getProcess();
setChecked(fProcess.getTarget().getMISession().isVerboseModeEnabled());
}
}
So I've changed the org.eclipse.cdt.debug.mi.core.GDBProcess;
By org.eclipse.cdt.dsf.gdb.launching.GDBProcess;
And now I don't know how to obtain the info about Verbose mode. Someone know it ?
I've lokked for it, but I only found that but I don't understand it...
|
|
|
Powered by
FUDForum. Page generated in 0.23921 seconds