Re: [racket-dev] DrRacket debugging - the Step button doesn't respond correctly.

2011-04-15 Thread Matthew Flatt
I've pushed a fix for this bug. Thanks for the report! At Tue, 12 Apr 2011 08:28:12 +0800, bhrgunatha wrote: > Sorry I forgot to add that helpful information (but I subsequently learned > how > to file a bug through DrRacket's help menu!) > > For the record: I'm using Arch Linux (64 bit) 2.6.3

Re: [racket-dev] DrRacket debugging - the Step button doesn't respond correctly.

2011-04-11 Thread bhrgunatha
Sorry I forgot to add that helpful information (but I subsequently learned how to file a bug through DrRacket's help menu!) For the record: I'm using Arch Linux (64 bit) 2.6.37-ARCH - and the offical current package (x86_64 racket-5.1-1) which includes DrRacket 5.1. Bhrgunatha On Tuesday 12

Re: [racket-dev] DrRacket debugging - the Step button doesn't respond correctly.

2011-04-11 Thread Stephen Chang
I dont see the behavior you mentioned in the latest version of drracket. Can you provide some more information? What version of drracket and on what platform are you using? Can you provide an example program that exhibits the behavior? On Mon, Apr 11, 2011 at 6:08 AM, bhrgunatha wrote: > When d

[racket-dev] DrRacket debugging - the Step button doesn't respond correctly.

2011-04-11 Thread bhrgunatha
When debugging the Step button only responds to the first click. There is no response if it's clicked again, unless I move the mouse pointer away from the button first. For example: 1) Open file 2) Click Debug -- [Green arrow appears] 3) Click Step -- [Green arrow advances] 4) Click Step again w