How to debug CesiumForUnityNative?
You can use Visual Studio Code. Launch Unity, then use Visual Studio Code’s “(Windows) Attach” debug configuration, and choose the Unity process.
You can try the same thing in regular Visual Studio by going to Debug → Attach to Process, and choosing the Unity Editor process. But I don’t know if the debugger started in this way can actually debug the managed code.