How to debug ODA .NET application?

  1. FAQ
  2. »
  3. Examples

Currently we provide examples as release build config, if you need debug config you need create Debug Config manually. Please note, that in order to create Drawings.NET debug configuration you need Kernel and Drawings release archives (i.e. "amd64dll" for example).

  1. Create new configuration "Debug" from Release config. You need change build configuration and rebuild the solution:
     debug

     

  2. Project Properties -> Select Tab "Build" -> Unselect "Optimize code".
  3. Project Properties -> Select Tab "Build" -> Click button "Advanced" -> Change field "Debug Info" from "none" to "full".
  4. Project Properties -> Select Tab "Build" -> Field "Output path" -> Copy from release configuration (for e.x:....\exe\vc15_amd64dll)

     

    debug