Running HelloWorld Example, Debugging fails

I am running the polling version of the HelloWorld example in the html help docs.
I can step thru the code in debug, until I run:
astra::Frame frame = reader.get_latest_frame();
this line causes Visual Studio to greyout the debug icons, and I can only stop the debugging session.
I get some output like “astra.dll’. Module was built without symbols.”

I must be missing something in my linking, but what? There don’t seem to be debug versions of the lib or dll files.

Same problem here. I am also getting stuck at this line. Did you manage to resolve the issue? If yes, can you please post what you did to get it resolved?