views:

50

answers:

0

Has anyone had any luck integrating Quick Sequence Diagram Editor with XCode and in particular Objective C iPhone development?

I have tried creating sequence diagrams manually with VP Suite and Omnigraffle type applications but as soon as the code changes the diagram is out of date, so the idea of generating it dynamically as the app is running is very appealing. I am hoping to create a separate sequence diagram for each action/event; should keep things compact and easy to read.

I would like to ask your thoughts on the best way to go about this. I have started inserting #ifdef DEBUGGING sections into my code to output the text necessary within the debug configuration but this gets messy very quickly, not to mention the amount of extra typing/programming. I am wondering if there is a more elegant approach, has anyone tried this and had any success?