~codeblocks-devs/codeblocks/trunk

Viewing all changes in revision 10539.

  • Committer: fuscated
  • Date: 2021-06-24 07:39:03 UTC
  • Revision ID: svn-v4:2a5c6006-c6dd-42ca-98ab-0921f2732cef:trunk:12467
* SDK/debugger: Try to fix the active debugger problem (ticket #611)

> There are three separate reports which look the similar, two in the ticket,
  and one in https://forums.codeblocks.org/index.php/topic,24543.msg167535/topicseen.html
> This patch fixes the last one and probably fixes the other two as well.
> I think the problems happen because the active debugger variables in
  DebuggerManager and DebuggerMenuHandler aren't updated after a change to
  the configuration of the project.
> This patch introduces an event which is meant to detect this and update the
  variables.
> As a side change I've switched to strong type enums for cbSettingsType.
> Another side change is that now there is an event sent if the settings of
  for scripting have been changed.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: