[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gawk] 'watch' in gawk debugger gives wrong NR
From: |
Aharon Robbins |
Subject: |
Re: [bug-gawk] 'watch' in gawk debugger gives wrong NR |
Date: |
Sat, 28 Nov 2015 23:26:36 +0200 |
User-agent: |
Heirloom mailx 12.5 6/20/10 |
The strange ordering you're seeing is the result of breakpoints being
checked before watchpoints. I have changed the code to check watchpoints
first. If you can build from the git repo, you will see behavior that
makes more sense.
Thanks,
Arnold