FileOnQ / Imaging.Heif

A C#/.NET wrapper around libheif for decoding and processing high efficiency image formats (heif, heic).
GNU Lesser General Public License v3.0
15 stars 4 forks source link

Add Native Code Debugging to Sample Apps #43

Closed SkyeHoefling closed 2 years ago

SkyeHoefling commented 2 years ago

Description

Add native code debugging to simplify debugging between the interop of managed code and native code. This will allow a developer to step into any of the c++ code or 3rd party libraries.

Tasks