Changes between Initial Version and Version 1 of Ticket #2650, comment 14


Ignore:
Timestamp:
Sep 16, 2014, 2:00:51 PM (10 years ago)
Author:
Echelon9

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2650, comment 14

    initial v1  
    3535}}}
    3636
     37And setting a breakpoint as follows, on the first iteration, confirms msgPasser->Retrieve() is null.
     38
     39{{{
     40Breakpoint 1, RunEngine (data=0x7fff5fbfe5b8) at GameLoop.cpp:116
     41116             RegisterHandlers();
     42(gdb) p msgPasser
     43$1 = (MessagePasserImpl *) 0x7fff5fbfcde0
     44Current language:  auto; currently c++
     45(gdb) p msgPasser->Retrieve()
     462014-09-16 21:59:18.196 pyrogenesis_dbg[17536:d0b] -[NSApplication transformToForegroundApplication]: unrecognized selector sent to instance 0x10480cb70
     47$2 = ('AtlasMessage::IMessage' *) 0x0
     48(gdb)
     49}}}