We have a separate issue for it Debugging on HTML5 · Issue #8827 · defold/defold · GitHub
Isn’t there a way to reproduce what’s on the screenshot in the release notes above (the symbolicated profiler)?
Let ask @JCash
I think now it’s possible only by manually putting symbols which avaliable only for vanilla build for now (because of the eissue)
I didn’t do anything special.
But I did bundle using bob, and probably with the symbols.
Are you viewing the profiler directly from the editor?
Perhaps we need to do something around that workflow?
I’ve tried opening the profiler both from an editor build and an editor debug bundle. I haven’t tried using Bob directly though.
If you bundle from the editor, it’s using Bob automatically.
Make sure to check the Debug Symbols option.
Btw, do you use any native extensions?
Yes, but the problem persists even if I run a debug WASM bundle of an ‘Empty Project’ template with the performance_timeline_enabled = 1. The Generate debug symbols option is checked.