nemiver r933 - in trunk: . src/uicommon
- From: dodji svn gnome org
- To: svn-commits-list gnome org
- Subject: nemiver r933 - in trunk: . src/uicommon
- Date: Sat, 27 Sep 2008 19:03:59 +0000 (UTC)
Author: dodji
Date: Sat Sep 27 19:03:59 2008
New Revision: 933
URL: http://svn.gnome.org/viewvc/nemiver?rev=933&view=rev
Log:
Added some more traces.
* src/uicommon/nmv-source-editor.cc:
(SourceEditor::set_visual_breakpoint_at_line): Add some traces for
debug purposes.
Modified:
trunk/ChangeLog
trunk/src/uicommon/nmv-source-editor.cc
Modified: trunk/src/uicommon/nmv-source-editor.cc
==============================================================================
--- trunk/src/uicommon/nmv-source-editor.cc (original)
+++ trunk/src/uicommon/nmv-source-editor.cc Sat Sep 27 19:03:59 2008
@@ -472,6 +472,8 @@
{
LOG_FUNCTION_SCOPE_NORMAL_DD
+ LOG_DD ("a_line: " << (int)a_line << "enabled: " << (int) enabled);
+
UString marker_type;
if (enabled) {
marker_type = BREAKPOINT_ENABLED_CATEGORY;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]