SmallMain
SmallMain
> > > This is a duplicate of #380 > > > > > > Hi, I downloaded 1.8.1-b1 and the problem still exists. > > There is also 1.8.1-2b...
> I'll look into this, thank you for the report and for looking into the issue  Thank you, and excalidraw in Canvas seems to be unable to render.
Hey, at least the CPU won! Double! 🤩
> What platform did you debug on? MacOS, this problem should not be related to the system. What I may not have made clear enough is that when debugging a...
Honey, this is a built-in feature of the engine...  i say if the project code has code similar to `this.node.setPosition()`, then when I enter the function call with a...
> Oh, good to know. I don't know and use it. Thanks. You're welcome, by the way, it would be great if it could support debugging Editor Preview in VSCode....
Encountered the same problem.
I found the problem was that the data of a certain prefab was corrupted: ```ts "_lpos": { "__type__": "cc.Vec3", "x": 0, "y": 160, "z": 0 }, "_lrot": { "__type__": "cc.Quat",...
> `jsb` is replaced with `native`, I think we need to put `onError` to `native` namespace. > > Yes, jsb.onError capture all errors which is not as standard as which...
Because if users want to catch errors, no one wants to only take effect on the native side, so they have to adapt themselves.