Xamarin: How do you set a breakpoint in a simple C++ project? -


i new xamarin studio. trying set breakpoint in c++ project's automatically created main.cpp file, contains hello world line only. on xamarin studio community 5.10.3 (build 51) on mac. solution created template in other->miscellaneous->c/c++->console project->cpp. while debugging setting breakpoint execution won't stop @ breakpoint. how make debugger stop there?

there should 2 options run program, "start without debugging" , "start debugging" under "run" toolbar @ top. must use second option have program stop @ breakpoint. running program little "run" arrow icon? if so, starts program without debugger. must select "start debugging" option under "run" toolbar.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -