ericjang / tdb

Interactive, node-by-node debugging and visualization for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set breakpoints?

jerryli1981 opened this issue · comments

Hi eric,
this tool is cool. Could you show me some example about how to set breakpoints?

status,result=tdb.debug(evals,feed_dict=None,breakpoints=None,break_immediately=False,session=None)

How to config breakpoints argument in above code

Did you get the answer?