
- Home
- Magazine
- Conference & Seminars
- News
- Archives
- Forums
- Store
- Directory
- Editorial
- Advertising
- User/Login
- Contact



It was Debugger Night in Cupertino at the May BAMADA meeting. The meeting started with Mike Lockwood of Savitar, who demonstrated SourceBug, Apple's new source-level debugger.
To set a breakpoint, drop a stop sign on the statement where you want to stop execution. A pointing finger indicates the current PC, with similar but dimmed fingers indicating each step in the current call chain.
SourceBug supports both source and assembly-level debugging, side by side in different windows, each updated as you step through your code. You can step by source statement or assembly statement, depending on whether a source or assembly window is frontmost.
All in all, SourceBug looks great, with its simplicity, elegance, and ease of use. It's still missing some features, but that's not surprising in a pre-1.0 version. Give it a year or two to mature, and it will be a serious contender.
The Debugger contains a complete evaluation language, allowing the user to set breakpoints on arbitrarily complex conditions. Its assembly-language display juxtaposes the assembly and the source that produced it. One can step by source statement or assembly statement, depending on whether the window is displaying a source or assembly listing.
Everyone was impressed with The Debugger's power and flexibility. The Incremental Build System was a hit. Now, if only Jasik could get his user interface under control, and produce some usable documentation.
The system works very well with IBS-the editor can automatically tell IBS what routines have been changed, so that only they are recompiled and linked. In MPW, you have to remember to keep track of this yourself, manually.
ObjectMaster is an excellent example of the way a tool should work under System 7.0-it does one thing, and does it well, using AppleEvent hooks to other tools that do the tasks it leaves undone. It also works under System 6.0.x. Of course, it was written in MacApp. It should be released later this year.
The meeting will feature demonstrations of Object Master and AppMaker. Both applications will be presented by their authors: Loic Vandereyken of Acius will demonstrate Object Master, and Spec Bowers of Bowers Development will demonstrate the latest version of AppMaker. AppMaker is an interface building tool and code generator that has the ability to generate code not just for MacApp, but also for XVT, Windows, and other platforms. Everything you've ever wanted ViewEdit to do, AppMaker does, plus a whole lot more.
A representative of the MacApp Team will be on hand to discuss MacApp 3.0a2, which should hit the streets about that time on Apple's ETO#4 CD. Don't miss this opportunity to hear about, and help define, the future directions of MacApp.
This special meeting will have special hours-6 pm to 10 pm-to make sure we have enough time to get good demos of the OAFs, plus have time for a lively panel discussion at the end. It may also be held in a special location, not yet determined, in order to hold the larger than usual crowd I expect this meeting to attract. All of the OAFs being demonstrated target Microsoft Windows 3.0; two also target the Mac; one also targets DOS in both text and graphics modes.
If you're thinking of porting your MacApp application to any of these other platforms, and you don't want to give up the application framework approach, or if you just want to see how other OAFs compare to MacApp-this is your best chance to get down into the nitty-gritty details of all your alternatives at once.




