Not sure if this is an issue with Flecs-Rust specifically, but maybe others had similar problems.
When I try to debug a Rust program using Flecs-Rust in VS Code the variable view is empty in my system callback.
When I go one level up to unsafe extern "C" fn execute_each<const CALLED_FROM_RUN: bool, Func>(..) I see this:
Plenty of "read memory failed" errors and the component tuple seems to be (0x0000000000000000, 0x3e72d2f1295bc0ec, 0x000002d59ce40000).
Not sure if this is an issue with Flecs-Rust specifically, but maybe others had similar problems.
When I try to debug a Rust program using Flecs-Rust in VS Code the variable view is empty in my system callback.
When I go one level up to
unsafe extern "C" fn execute_each<const CALLED_FROM_RUN: bool, Func>(..)I see this:Plenty of "read memory failed" errors and the component tuple seems to be
(0x0000000000000000, 0x3e72d2f1295bc0ec, 0x000002d59ce40000).