You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building my project using the project.json approach as an object file and linking it into a runtime I'm writing in C++, everything works fine however when setting a break point inside the ST code none of the locals (anything defined inside VAR) are visible to the debugger, everything that's an input or has memory defined in the C++ project is visible.