.NET Debugger Restrictions

The .NET debugger supports most features of the debugger for standard PowerBuilder applications, including expression evaluation and conditional breakpoints.

It does not support the Objects in Memory view or variable breakpoints, which are not supported in .NET. Local variables that are declared but not used do not appear in the Local Variables view in .NET targets.

Additional debugging restrictions include the following:

For information about standard PowerBuilder debugger features, see Users Guide > Debugging an application.