You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Historically, telnet truncates file paths after a certain length. So to get around this, we rename the file paths to end with __lib1, __lib2, etc.
In debug protocol as of OS 12.0.0, file paths are no longer truncated. So in debug protocol mode, we should completely disable this complib renaming logic.
The text was updated successfully, but these errors were encountered:
Historically, telnet truncates file paths after a certain length. So to get around this, we rename the file paths to end with __lib1, __lib2, etc.
In debug protocol as of OS 12.0.0, file paths are no longer truncated. So in debug protocol mode, we should completely disable this complib renaming logic.
The text was updated successfully, but these errors were encountered: