nemiver r933 - in trunk: . src/uicommon



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]