Message 1 of 7
Postprocessor Debug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
In visual studio, is it possible to do line by line to debug a postpro ?
I add these lines:
// DEBUG ACTIVATE ALL
var valid = true ;
var writeDebug = valid;
setWriteInvocations (valid);
setWriteStack (valid);
But I haven't go in output the results of the various tests and I can't find where it's wrong.
Thank you
Olivier