Branch: refs/heads/master
Author: Alexander Petukhov <devel(a)apetukhov.ru>
Committer: Alexander Petukhov <devel(a)apetukhov.ru>
Date: Wed, 25 Jan 2012 13:41:53
Commit: 6a7605a09cdfec1f669b4da4f6a7a4ad40c05edc
https://github.com/geany/geany-plugins/commit/6a7605a09cdfec1f669b4da4f6a7a…
Log Message:
-----------
debugger TODO update
Modified Paths:
--------------
debugger/TODO
Modified: debugger/TODO
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -1,6 +1,7 @@
BUGS:
- terminal stops to produce any output after some debug seesions
- tooltip appears even if a pointer in no longer inside editor window
+- check possible memory leaks on a)gtk_tree_row_reference_get_path b)missing unrefs on tree/list stores
FEATURES:
- custom tooltip with sticking facilities
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Home: https://github.com/geany/geany-plugins
Commit: 74a121b4f9c4b60c6325227694421188622ac8cb
https://github.com/geany/geany-plugins/commit/74a121b4f9c4b60c6325227694421…
Author: Alexander Petukhov <devel(a)apetukhov.ru>
Date: 2012-01-11 (Wed, 11 Jan 2012)
Changed paths:
M debugger/src/dbm_gdb.c
M debugger/src/debug.c
M debugger/src/debug_module.h
Log Message:
-----------
Debugger:
1. async target loading and setting debug parameters to prevent UI unresponsiveness
2. fixing some debug message colors
3. fixing a bug when no stop reason is supplied with a GDB stop message
Commit: 1fd1a93b6f776f8de45d54056ca8002d6fe287ff
https://github.com/geany/geany-plugins/commit/1fd1a93b6f776f8de45d54056ca80…
Author: Alexander Petukhov <devel(a)apetukhov.ru>
Date: 2012-01-11 (Wed, 11 Jan 2012)
Changed paths:
M debugger/src/dbm_gdb.c
M debugger/src/debug.c
M debugger/src/debug_module.h
Log Message:
-----------
Merge pull request #9 from cesspit/master
debugger: async target loading, fixes
Compare: https://github.com/geany/geany-plugins/compare/9f3af04...1fd1a93