Ben Loveridge

Results 7 issues of Ben Loveridge

This patch addresses issue 12 described here: https://github.com/termie/git-bzr-ng/issues/#issue/12 There may be a better way of doing this. For example, storing it along with the other config options and passing it...

I have been trying to use git-bzr-ng to work with a BZR repo that is stuck in the dark ages using format pack-0.92. Unfortunately, when using git bzr clone (or...

Toggling an active breakpoint off doesn't actually do it... although it looks like it does!

When using the watch window, it would often be convenient to be able to see the return value of a different method on the object being introspected (getTotalItemCount() for instance)

When using the watch window, and viewing the methods on an object, it would be nice to be able to jump to where that function is defined in the code...

If it takes longer than 25 seconds (or defined timeout) to reach the next breakpoint, it would be nice if the debugging session could resume cleanly rather than trying to...

All instances of CSS2Properties currently share an instance of a single object for this.styleIndex. This makes it so that if you set a style on divA, divB also reflects the...