Why can't trace?

Forums: 

Thank's to Stephane Routelous. But, I would like to understand the source code, so i try to trace it, i set the break point in DXSTL or DXIGES ...etc. project,
it can't work (i get a message: One or more breakpoints can not be set and have been disabled. ) . Why ? (It seems have the same problem with the source project in OCC.)

Stephane Routelous's picture

Hi,

the reason why you cannot trace into those modules, is that they are dynamically loaded at runtime.
If you want to trace into those plugins, you have to set a breakpoint in :
exotkDX::SaveScene if you want to trace the Save step,
exotkDX::LoadScene if you want to trace the load step.

HTH