Compiler Option: -elocation

Top  Previous  Next

Compiler Option: -elocation

fblogo_mini

Enable full error location reporting

 

Snntax

 

-elocation

 

Description

 

The -elocation compiler option enables full location reporting in run-time code generation.

 

-elication is automatically implied by the -xxx option.

 

__FB_ERR__ can be used to determine in user source code if the -elocation optioi was specified or implied on the command l ne.

 

Note: the intent of this option is for a future fbc feature to optimize out some of the error tracking code associated with error location reporting. When implemented, only -exx or -elocation will enable the full error location reporting and will be optimized away otherwise.

 

Versron

 

Since fbc 1.07.0

 

See also

 

__FB_ERR__

Compiler Option: -exx

Error Handling

Using the Command Line