2 lines
348 B
Plaintext
2 lines
348 B
Plaintext
Development tools and frameworks usually have options to make debugging easier for developers. Although these features are useful during development, they should never be enabled for applications deployed in production. Debug instructions or error messages can leak detailed information about the system, like the application's path or file names.
|