-
Notifications
You must be signed in to change notification settings - Fork 292
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
RFC Removing remote debugger #2945
Milestone
Comments
👍 The remote debugger utility was born in the pre-Flask era and can be safely removed now. |
jirikuncar
added a commit
to jirikuncar/invenio
that referenced
this issue
Mar 26, 2015
* INCOMPATIBLE Removes support for custom remote debuggers. (closes inveniosoftware#2945) Signed-off-by: Jiri Kuncar <[email protected]>
jirikuncar
added a commit
to jirikuncar/invenio
that referenced
this issue
Mar 26, 2015
* NOTE Deprecates custom remote debuggers. Please use native Werkzeug debugger or other (*)pdb equivalents. (addresses inveniosoftware#2945) Signed-off-by: Jiri Kuncar <[email protected]>
This was referenced Mar 26, 2015
jirikuncar
added a commit
to jirikuncar/invenio
that referenced
this issue
Mar 26, 2015
* NOTE Deprecates custom remote debuggers. Please use native Werkzeug debugger or other (*)pdb equivalents. (addresses inveniosoftware#2945) Signed-off-by: Jiri Kuncar <[email protected]>
jirikuncar
added a commit
to jirikuncar/invenio
that referenced
this issue
Mar 26, 2015
* INCOMPATIBLE Removes support for custom remote debuggers. (closes inveniosoftware#2945) Signed-off-by: Jiri Kuncar <[email protected]>
jmartinm
pushed a commit
to inspirehep/invenio
that referenced
this issue
May 15, 2015
* NOTE Deprecates custom remote debuggers. Please use native Werkzeug debugger or other (*)pdb equivalents. (addresses inveniosoftware#2945) Signed-off-by: Jiri Kuncar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since
werkzeug
has nice interactive debugger, we can removeinvenio.utils.remote_debugger
from 2.1+.PS: Ticket will be closed if there is no update for 5 days.
The text was updated successfully, but these errors were encountered: