lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

I cannot set break point inside the editor of IDLE.

Sat Mar 15, 2014 5:03 pm

I searched the net and read some message saying by highlighting the line of code inside the editor of IDLE,and right clicked it and there's option for set breakpoint.

But I right clicked it no option pop up. I also search top action menu bar, I don't see set break point option.

User avatar
Hove
Posts: 1205
Joined: Sun Oct 21, 2012 6:55 pm
Location: Cotswolds, UK
Contact: Website

Re: I cannot set break point inside the editor of IDLE.

Sat Mar 15, 2014 6:30 pm

Before you can set breakpoints, you need to open your code in IDLE and start the debugger (from the main IDLE Window "Debug" menu item). Once the debugger is running, just right click a line of your code to switch on / off breakpoints.

More details here:

http://docs.python.org/2/library/idle.html
www.pistuffing.co.uk - Raspberry Pi and other stuffing!

Return to “Python”