<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>I actually tried GDB last night but it didn't find any debugging symbols even though I set -g and Debug in CMake. Anyway, you may have more luck:</span></div><div><span>1. For each in smokegen, smokeqt, assemblygen:</span></div><div><span class="tab">    - open the CMake configuration;</span></div><div><span class="tab">    - set CMAKE_BUILD_TYPE to "Debug" (this should be enough but as symbols were not found I also tried setting CMAKE_CXX_FLAGS to -g, then -ggdb and then -ggdb -c - none of them helped);</span></div><div><span class="tab">    - build;</span></div><div><span class="tab">2. Run the pathetic Windows command line;</span></div><div><span class="tab">3. cd to the path with the managed executable reproducing the error;</span></div><div><span class="tab">4. Run
 C:\QtSDK\mingw\bin\gdb <managed.exe>.</span></div><div><br></div><div>... and from then on the standard work-flow.</div><div><br></div><div>I don't have a guess what went wrong on my machine. All libs grew more than twice in size so debugging symbols were apparently generated. I was actually already thinking about just working around the Sender() issue (say, with QSignalMappers) and moving on because way too much time passed with this damn thing.<br><span class="tab"></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Steven Boswell II <ulatekh@yahoo.com><br> <b><span style="font-weight: bold;">To:</span></b> Dimitar Dobrev <dpldobrev@yahoo.com> <br> <b><span style="font-weight:
 bold;">Sent:</span></b> Friday, December 9, 2011 2:28 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> GDB to debug Qyoto under Windows?<br> </font> <br>
<div id="yiv1444700284"><div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt;"><div>Earlier you mentioned that you were successfully using GDB to debug Qyoto under Windows, right?  Would you mind walking me through the process?  I know GDB very well and would vastly prefer to use that.</div><div><br></div><div>Thanks!</div><div><br></div><div>Steven Boswell</div><div><br></div></div></div></div><br><br> </div> </div>  </div></body></html>