Re: Scite-debug: function call on multiple lines
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Scite-debug: function call on multiple lines
- From: Shmuel Zeigerman <shmuz@...>
- Date: 2007年11月23日 17:08:04 +0200
The second quirk:
b = 0
b = 66 +
12
print(b)
A breakpoint is on the line 2 but it's not honored:
the script runs till the end.
--
Shmuel