Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4325515
By: ferno

Here is a sample:
-----------------------------------------------------------
dummy = True
dummy2 = False

for i in range(10):
    print i   # breakpoint here
-----------------------------------------------------------


And here is the output after setting
pydevd_trace = 2
pydevd_trace_breakpoints = 2

inside pydevd_common.py

-----------------------------------------------------------
pydev debugger
Executing file D:\doxyconvert\esrd_doxyconvert\src\blah.py
arguments:['D:\\doxyconvert\\esrd_doxyconvert\\src\\blah.py']
Connecting to localhost:14672
Connected.
received command 501    1       1.0
sending cmd 501 1       1.0

Added breakpoint:d:\doxyconvert\esrd_doxyconvert\src\doxy_convert.py - line:5
- func_name:
sending cmd 103 2       <xml><thread name="pydevd.reader" id="-1"/></xml>

received command
111     3       D:\doxyconvert\esrd_doxyconvert\src\doxy_convert.py     5       
None
Added breakpoint:d:\doxyconvert\esrd_doxyconvert\src\doxy_convert.py - line:209
- func_name:
received command
111     5       D:\doxyconvert\esrd_doxyconvert\src\doxy_convert.py     209     
None
sending cmd 103 4       <xml><thread name="pydevd.writer" id="-1"/></xml>

received command 111    7       D:\doxyconvert\esrd_doxyconvert\src\blah.py     
5       None
Added breakpoint:d:\doxyconvert\esrd_doxyconvert\src\blah.py - line:5 -
func_name:
received command 101    9       
0
1
2
3
4
5
6
7
8
9

-----------------------------------------------------------









______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to