Hey guys, I am a beginner C++ coder and was curious about your project , so I cloned the git repo and opened Aurora project with my xcode and then chose the SimpleTest build. Now if I try to run, it runs but if I try to change something looks like it fails.
For example I went into Game.cpp -> Game::RocketLibInit() at line 396 and tried to change the string for the name in the title of the window from "Pulse" to "Pullse" .
The first thing I observed is that even though it started the compile automatically without even me saving the file , the compile time took a lot longer than in your demos, I will say around 10 sec. I am on late 2013 27'' iMac by the way with 3,2Ghz i5 quad core and 8 gb of ram.
Then instead of changing the name it opened the lldb and it froze in thread 1, I have attached a screenshot, SimpleTest of course is frozen. Any idea what I am doing wrong ?
