Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 7bb9928fd80a0c8d80cd77b36ed54af7aaca28bc (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                                            
                                                            
                                                                 
                                                                   

                                  
                                                                                
                                  
                                                                                

                                
                                                                             
                               
                                                                            
# Debugging options for the org.eclipse.ecf.provider.filetransfer.httpclient plug-in

# Turn on general debugging for the org.eclipse.ecf.provider.filetransfer.httpclient plug-in
org.eclipse.ecf.provider.filetransfer.httpclient/debug=false
org.eclipse.ecf.provider.filetransfer.httpclient/debug/filter = *
org.eclipse.ecf.provider.filetransfer.httpclient/debug/flag = false

# Trace when exceptions are caught
org.eclipse.ecf.provider.filetransfer.httpclient/debug/exceptions/catching=false
# Trace when exceptions are thrown
org.eclipse.ecf.provider.filetransfer.httpclient/debug/exceptions/throwing=false

# Trace when methods are entered
org.eclipse.ecf.provider.filetransfer.httpclient/debug/methods/entering=false
# Trace when methods are exited
org.eclipse.ecf.provider.filetransfer.httpclient/debug/methods/exiting=false

Back to the top