forked from qt-creator/qt-creator
		
	debugger: create a disassembler view as main editor
"Stepping instruction wise" and "display disassembler" mode is now toggled by a single action. This also allows to re-use F10 and F11 as keyboard shortcut. Missing: caching of disassembler output, removal of old disassembler view.
This commit is contained in:
		@@ -45,8 +45,6 @@ const char * const RESET                = "Debugger.Reset";
 | 
			
		||||
const char * const STEP                 = "Debugger.StepLine";
 | 
			
		||||
const char * const STEPOUT              = "Debugger.StepOut";
 | 
			
		||||
const char * const NEXT                 = "Debugger.NextLine";
 | 
			
		||||
const char * const STEPI                = "Debugger.StepInstruction";
 | 
			
		||||
const char * const NEXTI                = "Debugger.NextInstruction";
 | 
			
		||||
const char * const REVERSE              = "Debugger.ReverseDirection";
 | 
			
		||||
 | 
			
		||||
const char * const M_DEBUG_VIEWS        = "Debugger.Menu.View.Debug";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user