>>-----set core_filename=---"path&filename"-----------><
path&filename | The path and name of the file that will be produced when a core file is generated if you set the core_on_error tunable to
the value 3. If
filename contains a tunable string it is substituted as follows:
|
Default: | cblcore in the current working directory. |
Setting: | None Use the Application.config file of the project - right-click the file in Solution Explorer and click Open, then select the Run-time Configuration tab. |
set core_filename="c:/temp/core/core.%p@%t_%d"
Produces a file named core.12345@165920_20080115, on the path c:/temp/core.
On Windows platforms, to use the backslash in a path, you must precede it with the escape character, which is also a backslash; for example:
set core_filename="c:\\temp\\core\\core.%p@%t_%d"