1
Plugins development / Re: Debugger_gdbmi plugin
« Last post by Pecan on Today at 05:41:38 pm »Can anyone tell me why the debugger is setting local and argument watches to readonly?
Setting them to readonly disables more than half the context menu (properties) and disallows the display of the raw data and structure of the variables/arguments.
I'd like to be able to display the raw data if possible (in the GDB/MI plugin).
But I don't want to re-enable the ability if there is a good reason (I'm too dumb to think of) not to.
Setting them to readonly disables more than half the context menu (properties) and disallows the display of the raw data and structure of the variables/arguments.
I'd like to be able to display the raw data if possible (in the GDB/MI plugin).
But I don't want to re-enable the ability if there is a good reason (I'm too dumb to think of) not to.
Recent Posts