schmidt-florian / progressive-scroll

Automatically exported from code.google.com/p/progressive-scroll
0 stars 0 forks source link

Support for disassembly window #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Debug a C++ program
2. Pause the debugger
3. Right-click, 'Go To Disassembly'

What is the expected output? What do you see instead?
Not a bug, but a feature request. Understandably, there's no progressive scroll 
scrollbar, and the double-click highlighting doesn't work any more. Either or 
both of these would be awesome.

What version of the product are you using? On what operating system?
Windows 7 x64, Visual Studio 2010

Please provide any additional information below.
This is probably not an easy thing to do, considering that the disassembly view 
doesn't really behave like the source view. But even if it just the 
double-click highlighting worked for the current screen, it would be a huge 
improvement for disassembly debugging. 

Original issue reported on code.google.com by keith.oc...@gmail.com on 25 Sep 2013 at 10:06