HOTFIX: Debug mode change
DreamBox » Devlog
This is a small hotfix that affects an aspect of debugging in DreamBox.
DreamBox runs on wasmtime, which has an option to enable debug information in WASM modules. This is intended to integrate with LLDB for debugging WASM code, however it turns out the option is too unstable to leave enabled by default - even in a very small test project of mine it caused Cranelift to panic on an otherwise perfectly valid module.
So, this patch disables debug information by default. However, I recognize it could still be useful in some cases, so you can still enable it from the commandline by adding the "--wasm-debug" flag.
Files
dreambox-windows-alpha.zip 37 MB
Version 8 Sep 29, 2022
dreambox-linux-alpha.zip 11 MB
Version 6 Sep 29, 2022
Get DreamBox
Download NowName your own price
DreamBox
A Y2K-nostalgia-inspired 3D Fantasy Console
Status | In development |
Category | Tool |
Author | Crit Chance Studios |
Tags | 3D, fantasy-console, Game engine, Retro |
Languages | English |
More posts
- UPDATE: fs_readDir + malloc bugfix, runtime changesOct 17, 2023
- UPDATE: VDP bugfix + new YUV texture formatJun 24, 2023
- UPDATE: New CD driver, CD throttling changesFeb 09, 2023
- HOTFIX: drawGeometry crashOct 03, 2022
- HOTFIX: Backface culling + Keyboard inputSep 30, 2022
- UPDATE: New vertex format, texture update APISep 26, 2022
- UPDATE: fs_ API bugfixes & vm changesSep 24, 2022
- UPDATE: KB binding, launch options, & API changesSep 21, 2022
- New Official Rust SDK!Sep 20, 2022
Leave a comment
Log in with itch.io to leave a comment.