Table of Contents
- Debugging and Running Applications
- Tracing and Profiling Applications
- Creating Executables and Components
-
- About building PowerBuilder targets
- Using the Project painter
- Using dynamic libraries
- Attaching or embedding manifest files
- Distributing resources
- Working with an Application project
- Working with a PowerClient project
- Working with a PowerServer project
- Working with a .NET DataStore project
- Building proxies and .NET targets
This part describes the ways in which your application can be run. The first chapter describes how to run your application from within PowerBuilder: in debug mode, where you can set breakpoints and examine the state of your application as it executes, and in regular mode, where the application runs until you stop it or an error occurs. The second chapter describes how to collect trace information so that you can analyze performance and evaluate your application's structure. The third chapter describes how to build your application for distribution to users.