Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit fac0dd9

Browse files
partly address #415: OutOfMemoryException after starting and stopping debug session on SD project several times; debugging sessions that are no longer running are now removed from the tree (again).
1 parent 564957c commit fac0dd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AddIns/Debugger/Debugger.AddIn/Pads/ClassBrowserSupport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public DebuggerProcessTreeNode(DebuggerProcessAssemblyList assemblyList)
144144

145145
protected override object GetModel()
146146
{
147-
return process;
147+
return assemblyList;
148148
}
149149

150150
protected override IModelCollection<object> ModelChildren {

0 commit comments

Comments
 (0)