History log of /external/tensorflow/tensorflow/python/debug/lib/source_remote.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2bf95689e547690321c0c5ef237f7df391190b5c 27-Dec-2017 Shanqing Cai <cais@google.com> tfdbg: Fix a bug in source file content reading

Previously, calling strip() removed not only the trailing newline character, but also any leading spaces and tabs, which actually should be preserved. This CL fixes it.

PiperOrigin-RevId: 180198179
/external/tensorflow/tensorflow/python/debug/lib/source_remote.py
25ea8bf4b58d8bdc6ca75afea8648aeef3cdb39f 20-Dec-2017 Shanqing Cai <cais@google.com> tfdbg: send graph traceback and source files from TensorBoard wrapper and hook

To this end:
* Refactor some common, shared constants and methods to a new file: common.py

PiperOrigin-RevId: 179624165
/external/tensorflow/tensorflow/python/debug/lib/source_remote.py
93dc52c707032ee4de6885edba064ee4e7308d40 07-Dec-2017 Shanqing Cai <cais@google.com> tfdbg: Add protocol for sending tracebacks and source code to debug server

PiperOrigin-RevId: 178192708
/external/tensorflow/tensorflow/python/debug/lib/source_remote.py