Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] multiple editors are opened during instruction stepping

Bug 314350 -  [debug view] Multi-threaded programs can cause the opening of useless and empty editors
 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alexiev, Dobrin
Sent: Monday, September 13, 2010 3:05 PM
To: CDT General developers list.
Subject: [cdt-dev] multiple editors are opened during instruction stepping

Hello,

 

I noticed that if I debug with GDB-DSF, every time I select a stack frame with no source file info a new pseudo editor opens with a title the start address of the stack frame.

 

I like the presence of the button “View Disassembly…”  but I don’t understand why multiple editor has to be open with just this purpose?

 

Does it make sense to reuse the editor and just change the editor’s title and message to the new address (or function) if there is no source file information for the stack frame.

 

I don’t mind seeing the address of the last selected stack frame with no source info, I think we just have to reuse the pseudo editor (at least in the cases that there is no source info).

 

Is this the same issue Bug 322311 is trying to address?

 

Thanks

Dobrin

 


Back to the top