[issue25254] Idle: debugger source line highlighting fails again

2015-10-12 Thread Mark Roseman
Mark Roseman added the comment: FYI, the new debugger UI has an option to only show highlights in already open files (i.e. don't open new ones) -- ___ Python tracker

[issue25254] Idle: debugger source line highlighting fails again

2015-10-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: No. Turning it on, I discovered why off is default. When it on, it sometimes does surprising things on IDLE. For instance, print('x') is (usually) a builtin and can not be stepped into. However, it calls sys.stdout.write('x'+'\n'). Under Idle, user

[issue25254] Idle: debugger source line highlighting fails again

2015-09-30 Thread Mark Roseman
Mark Roseman added the comment: Was the 'source' checkbox in the debugger checked? -- ___ Python tracker ___

[issue25254] Idle: debugger source line highlighting fails again

2015-09-27 Thread Terry J. Reedy
New submission from Terry J. Reedy: Re-occurrence of #14146. On that issue, msg225380, 2014-08-15, I said "Debugger source line highlighting works fine." I am really sure it was true when I posted previously, 2013-05-29. In 3.4.3, Feb 24 2015, it is not working. Ditto for 2.7.10 and 3.5.0,