debugging c++ by skipping the wasm and JS #17025
Replies: 3 comments
-
@pfaffe ? |
Beta Was this translation helpful? Give feedback.
-
Can you share any more details? how do you compile your project? a small reproducer would be amazing! |
Beta Was this translation helpful? Give feedback.
-
in the call stack, you can see a c++ and JS entries. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is any one know how to debug the c++ part (DevTools), but skipping the wasm code ?
it is exhausted to get into the webasm code when we just want to debug only c++.
Skip over (F10) , when you get into the wasm, doesn't get you into the c++ function.
Beta Was this translation helpful? Give feedback.
All reactions