Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.SetDebugWithData
Whether to include data in the debug log.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 6.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetDebugWithData"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | Pass 1 to include all data or 0 to disable. | 1 |
Result
Returns OK or error.
Description
Whether to include data in the debug log.By default we don't include all the data in the debug log and just the messages.
This must be set before you call CURL.Perform function, so CURL.GetDebugAsText will include all data in the log.
Examples
Enable data in debug:
MBS( "CURL.SetDebugWithData"; $curl; 1 )
See also
- CURL.GetDebugAsText
- CURL.GetDebugWithData
- CURL.GetDebugWithTime
- CURL.Perform
- CURL.SetDebugWithTime
- CURL.SetOptionVerbose
- CURL.SetupAWS
- CURL.SetupOAuth
Example Databases
- CURL/Amazon S3 Buckets
- CURL/Amazon S3 Download Picture
- CURL/Amazon S3 Upload File
- CURL/CURL Send Form
- CURL/SFTP/CURL sFTP Upload File
- CURL/WebServices/AdobeSign WebService
- CURL/WebServices/ebay webservice/ebay Webservice
- CURL/WebServices/Sales Force Test
- CURL/WebServices/Twitter oAuth
Blog Entries
- Debugging problems on FileMaker Cloud for AWS
- MBS FileMaker Plugin, version 6.5pr5
- MBS FileMaker Plugin, version 6.2pr10
Created 14th May 2016, last changed 30th October 2020
CURL.SetBatchDestinationPath - CURL.SetDebugWithProgress
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos