Compiler911 Changelog

What's new in Compiler911 0.2009.3.1

May 11, 2009
  • Now with a debugger. + List of minor updates.
  • Debugger911 is officially delivered. Pretty simple debugging functions based on win32 DebugAPI are available now. For win32 projects only.
  • Debugger feautures
  • "Run", "Pause" and "Stop" buttons.
  • Inspecting and modifying register contents (with the Object Inspector) when a debugged application is paused.
  • "Debugger log" tab on the "Messages" panel. Advanced filtering, sorting and grouping opportunities for debugger messages (just like for all other messages in Compiler911).
  • A number of debugger's setup options (Setup window). You may enable/disable the debugger, customize event logging, (re)name OS exeptions and set individual action (ignore, pause, terminate) for each exception.
  • Setting breapkoints is not implemented and will not be implemented in the nearest future, just because it is not clear for us how to make it the best way considering the optimizer to be transforming the source code, doing out of order execution etc.
  • IDE Improvements
  • "Search Demo Apps" function in the "File" menu or in the "Open" button's dropdown.
  • PageControl's tabs are moveable now (use drag'n'drop).