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 have ported debugger for my emscripten project. when I use python debugger client to connect to my debugger server. it always run to end, and wouldn't stop. and I don't find a c api to do that.
so when the debugger is connected, how to stop at first line useing c code.