Revision history [back]
How to move into the ReadPythonNews()
During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount())
, how to move into ReadPythonNews() and eventually to the last line of ReadPythonNews() which is return news[:count]
Trying to do the part of the tutorial(https://wingware.com/doc/intro/tutorial-debugging) displayed below
Try stepping or running to a breakpoint on the last line of this function, which reads return news[:count]. In this context, right-clicking on news under locals in Stack Data allows viewing the value in textual form or as an array.
How to move into the ReadPythonNews()
During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount())
, how to move into ReadPythonNews() and eventually to the last line of ReadPythonNews() which is return news[:count]
Trying to do the part of the tutorial(https://wingware.com/doc/intro/tutorial-debugging) displayed below
Try stepping or running to a breakpoint on the last line of this function, which reads return news[:count]. In this context, right-clicking on news under locals in Stack Data allows viewing the value in textual form or as an array.
How to move into the ReadPythonNews()
During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount())
, how to move into ReadPythonNews() and eventually to the last line of ReadPythonNews() which is return news[:count]
Trying to do the part of the tutorial(https://wingware.com/doc/intro/tutorial-debugging) displayed below
Try stepping or running to a breakpoint on the last line of this function, which reads return news[:count]. In this context, right-clicking on news under locals in Stack Data allows viewing the value in textual form or as an array.
How to move into the ReadPythonNews()
During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount())
, how to move into ReadPythonNews() and eventually to the last line of ReadPythonNews() which is return news[:count]
Trying to do the part of the tutorial(https://wingware.com/doc/intro/tutorial-debugging) tutorial displayed below
Try stepping or running to a breakpoint on the last line of this function, which reads return news[:count]. In this context, right-clicking on news under locals in Stack Data allows viewing the value in textual form or as an array.
How to move into the ReadPythonNews()
During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount())
, how to move into ReadPythonNews() and eventually to the last line of ReadPythonNews() which is return news[:count]
Trying to do the part of the tutorial displayed below
Try stepping or running to a breakpoint on the last line of this function, which reads return news[:count]. In this context, right-clicking on news under locals in Stack Data allows viewing the value in textual form or as an array.
How to move into the ReadPythonNews()
During debugging If we place a breakpoint on news =
, how to move into ReadPythonNews() and eventually to the last line of ReadPythonNews() return news[:count]ReadPythonNews(GetItemCount())ReadPythonNews(GetItemCount(GetItemCount()))
Trying to do the part of the tutorial displayed below
Try stepping or running to a breakpoint on the last line of this function, which reads return news[:count]. In this context, right-clicking on news under locals in Stack Data allows viewing the value in textual form or as an array.