Ok so when debugging, for example when i set my breakpoint on simple string declaration
string a;
and then pressing f11 (step into) my debugger steps into xstring file, and i don't want it. I want it to step into JUST MY code, it works fine with C# tho.
[C++] https://i.imgur.com/qvPfnwF.png
[C# and what i want it to be in C++ also] https://i.imgur.com/j3SAgJr.png
I have "Just My Code" enabled and i don't know what to do. I just dont want it to step in not my files.