Skip to content

v0.2.1 - Hot fix for debugging with Visual Studio

Latest
Compare
Choose a tag to compare
@PascalBeyer PascalBeyer released this 21 Nov 18:52
· 73 commits to main since this release

Hot fixes:

  • Make sure the coff_writer does not emit any unused pages in the PDB. Apperantly, newer versions of DbgHelp do not like that.
  • Fix crash when using a __declspec(dllimport)-declaration inside of a function (#1).
  • Add safety guards against global defines in implicit\include\runtime.c.