Jump to content

Edwin Yip

Members
  • Content Count

    430
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Edwin Yip

  1. Edwin Yip

    Detailed logging (for debugging)

    Two options off my head: Tools->CodeSite->CodeSite Method Tracer, which can auto add method enter/exit tracing to your code. Once you have identified the method, you can manually add the logging for each time as you tried. Utilize DelphiAST to write an IDE plugin or a tool to do that :) If you do this, don't forget to share it with the community :)
  2. Edwin Yip

    Directions for ARC Memory Management

    @Memnarch, that's very interesting, would you point me to some example code? I don't know much about c++, thanks!
×