mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
fixed exception on shutdown with an attached process
This commit is contained in:
parent
c0573ac6df
commit
227e380ee2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-10-24 David Inglis
|
||||
* CDebugTarget.java
|
||||
fix exception on shutdown with a connected target, CDI session
|
||||
was not terminated.
|
||||
|
||||
2002-10-23 Mikhail Khodjaiants
|
||||
Support for debugger console.
|
||||
* CDebugModel.java: new factory methods for CDebugTarget
|
||||
|
|
|
@ -712,6 +712,7 @@ public class CDebugTarget extends CDebugElement
|
|||
try
|
||||
{
|
||||
getCDITarget().disconnect();
|
||||
getCDISession().terminate();
|
||||
}
|
||||
catch( CDIException e )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue