Well chatGPT is pretty powerfull for simple questions, here's the answer :
In AutoCAD, the `QAFLAGS` system variable is used for enabling and controlling certain diagnostic and debugging features. When `QAFLAGS` is set to a specific value, it activates different features for testing or debugging purposes.
Setting `QAFLAGS` to `23` (or `0x17` in hexadecimal) enables several specific features. Here's a breakdown of what these flags represent:
1. **Bit 0 (1)**: Enables diagnostics logging.
2. **Bit 1 (2)**: Enables extended debugging information.
3. **Bit 2 (4)**: Enables the display of detailed performance information.
4. **Bit 3 (8)**: Activates additional user interface elements for debugging.
5. **Bit 4 (16)**: Enables logging of additional internal system events.
So, when you set `QAFLAGS` to `23`, it enables all the above features:
- **Diagnostics logging**
- **Extended debugging information**
- **Detailed performance information**
- **Additional UI elements for debugging**
- **Logging of additional internal system events**
These settings are typically used by developers or advanced users who need to diagnose issues or understand the internal workings of AutoCAD more deeply. It is generally not recommended to change this variable unless you are troubleshooting specific problems or developing custom applications for AutoCAD.
@cyberflow wrote:
Hi all,
Was trying to find information about the "QAFLAGS" variable and I found a procedure to edit autors names and it ask me to set my QAFLAGS at 23.
What does that do ?
Frank Freitas
CAE/CAD/BIM Coordinator & Support Specialist