abc19899
abc19899
I meet with this problem too. missing field is very dangerous. maybe we can remove the include_default_values param for the to_dict and force set include_default_values = true? (only for pb3)
Sorry to replay late. there is some info from gdb: [https://sourceware.org/gdb/current/onlinedocs/gdb/Calling.html#Calling-functions-with-no-debug-info](https://sourceware.org/gdb/current/onlinedocs/gdb/Calling.html#Calling-functions-with-no-debug-info)
@Euphorbium I meet a question simaliar with you. Maybe you can try my fix: https://github.com/abc19899/pyrasite/tree/develop
编译和链接的debug/release版本要一致. 比如, behaviac库是使用debug编译的, 那么游戏代码也要使用debug编译,链接 否则 behaviac使用release编译, 则游戏代码也是用release
应该是bug, 编辑器里的默认值改了之后, 代码没有改掉