error-reporting
Exception reporting from a WPF Application
During an unhandled exception is there some way for me to capture the output and show an error report dialog when the application crashes?[详细]
2023-03-06 10:22 分类:问答How do I manage errors with strict reporting in PHP?
I use a custom error handler with complete error reporting in PHP for tracking errors. This works great for debugging and logs all my errors in a database to investigate later.[详细]
2023-02-27 11:14 分类:问答Prevent Windows Error Reporting (DW20.exe) window for a particular process
I have an automated build system set up on a Windows box, but one of the compiling tools randomly fail to work. The whole system works as a service, so it has no interaction with users. I detect the f[详细]
2023-02-26 12:44 分类:问答Using error_reporting() in Zen cart
I am working in Zen Cart and I have some errors in different pages开发者_如何学C. I want to use error_reporting(0).[详细]
2023-02-13 14:19 分类:问答PHP CLI System_Daemon and error_reporting options ignored?
I\'m ma开发者_开发问答king a daemon with System_Daemon for PHP. I can\'t get the default php error_reporting off.[详细]
2023-02-10 16:58 分类:问答bitwise operators and error levels (php)
I have created a user error handler, and I want to make sure that I am using bitwise operators correctly.[详细]
2023-02-06 23:09 分类:问答E_STRICT messages thrown though not set
Since updating my testing server to PHP 5.3.3 (Debian Squeeze) I encountered strange behaviour regarding the error reporting in PHP.[详细]
2023-02-04 22:34 分类:问答What to do when no errors and error-reporting enabled?
Im lost here, 开发者_开发问答closed few files and clicked yes on save all and now page wont load and error_reporting(1); its in all documents... No erors givenIf your error isn\'t a syntax error, you[详细]
2023-02-03 13:13 分类:问答E_NOTICE ?== E_DEBUG, avoiding isset() and @ with more sophisticated error_handler
Which better ways exist to avoid an abundance of isset() in the application logic, and retain the ability to see debug messages (E_NOTICE) when required?[详细]
2023-01-24 20:57 分类:问答Are my Magento permissions correct?
I have a fresh install of Magento 1.4.1.1 using MAMP 1.8.4 on OS X Snow Leopard 10.6.4. I\'m unable to load magento/downloader (the Magento Connect Manager) successfully. My browser displays a blank[详细]
2023-01-23 06:14 分类:问答