-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement PYMAPDL_DEBUG
env var
#3347
Comments
It will be also nice to have something like: from ansys.mapdl import core as pymapdl
pymapdl.DEBUG = True which does the same stuff. |
Also, we should extend more the infor when failing under these env var. For example, making sure you are always printing the MAPDL working directory. Special care should be put into the MAPDL starting part. |
ideally we would also like to have something like: pymapdl --debug on so after that the debug prints are available until: pymapdl --debug off Something like that. We should then rely on the config file. |
We should take advantage of #3596 |
This env var will:
The text was updated successfully, but these errors were encountered: