GDBDebuggerObject.st
changeset 39 2b9d2f75906f
parent 36 095c4b0b74d3
child 51 2fa20404923c
--- a/GDBDebuggerObject.st	Mon Sep 08 23:56:17 2014 +0100
+++ b/GDBDebuggerObject.st	Tue Sep 09 12:44:37 2014 +0100
@@ -7,6 +7,12 @@
 	category:'GDB-Core'
 !
 
+!GDBDebuggerObject methodsFor:'accessing'!
+
+debugger
+    ^ debugger
+! !
+
 !GDBDebuggerObject methodsFor:'initialization'!
 
 setDebugger: aGDBDebugger