Getting Started

One of the great advantages to using IntraWeb Standalone mode is for debugging applications. Just like any desktop application, you can set a breakpoint in your code and run. It will stop at the breakpoint and allow you to have the full features of the debugger. For Delphi users, this is a great advantage over debugging ISAPI applications where you have to interact and configure the webserver. When using standalone mode debugging is the same as any other Delphi application. Just set your break points, watches, etc. and run.