Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] terminating a DFS debug session

I noticed that when I terminate a DSF GDB debug session the selection of the debug view disappears.

Also, I have an action that is calling IAdaptable debugContext = DebugUITools.getDebugContext();

When I terminate the debug session the return debugContext is now referring to an object that is not in the debug view and probably is not valid:

debugContext.toString() returns gdb[6].proc[].threadGroup[],gdb[6].proc[].OSthread[1]).thread[1].frame[0]

 

Is this intentional? If not, should I file a bug for this?

 

I tested the Java debugger. When I terminate a Java debug session the selection of the debug view doesn’t disappear.

 

Thanks

Dobrin

 

 


Back to the top