search for: verbose_debug

Displaying 4 results from an estimated 4 matches for "verbose_debug".

2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can override the default by setting a WXRUBY_NO_UNICODE environment variable. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Aug 25
2
rakefile DEBUG changes
We use an environment variable to control whether or not to enable a debug build of wxRuby. This was called simply DEBUG but I have renamed it to WXRUBY_DEBUG. I also added a second environment variable, WXRUBY_VERBOSE, which turns on extensive console output that can help debug memory problems. It prints a message any time an object is created, destroyed, etc. This used to only be an option in
2007 Apr 14
0
[967] branches/wxruby2/wxwidgets_282/rake/rakewx.rb: Fix two warnings generated by the rakefile
...n><del>- puts(''Disabling UNICODE build'') </del><ins>+ puts(''Disabling UNICODE build'') </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> if($verbose_debug) </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspputs(''Enabling VERBOSE debugging output'') -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$verbose_flag = '' -DwxDEBUG=1 '' </del><in...
2005 Jan 26
2
How to run in debug format for SSL testing?
Help, new to dovecot... I want to get some output from my test sessions to confirm that SSL pop and imap are working. How does one get debug output from dovecot? How does one see that dovecot is using SSL in a transaction? I configured dovecot 0.99.13 with: CC=gcc CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib \ ./configure --prefix=/opt/dovecot --with-ssl=openssl \