KDevelop API Documentation

dbgcontroller.h File Reference

#include <qobject.h>

Include dependency graph for dbgcontroller.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  JAVADebugger

Classes

class  JAVADebugger::DbgController

Enumerations

enum  DBGStateFlags {
  s_dbgNotStarted = 1, s_appNotStarted = 2, s_appBusy = 4, s_waitForWrite = 8,
  s_programExited = 16, s_silent = 32, s_viewLocals = 64, s_viewBT = 128,
  s_viewBP = 256, s_attached = 512, s_core = 1024, s_waitTimer = 2048,
  s_shuttingDown = 4096, s_appStarting = 8192, s_parsingOutput = 8192*2, s_parsingLocals = 8192*4
}
enum  DBGCommandFlags { c_Stackframe = 1, c_Locals = 2, c_BreakpointList = 3 }


Enumeration Type Documentation

enum DBGCommandFlags
 

Enumeration values:
c_Stackframe 
c_Locals 
c_BreakpointList 

Definition at line 61 of file dbgcontroller.h.

enum DBGStateFlags
 

Author:
jbb
Enumeration values:
s_dbgNotStarted 
s_appNotStarted 
s_appBusy 
s_waitForWrite 
s_programExited 
s_silent 
s_viewLocals 
s_viewBT 
s_viewBP 
s_attached 
s_core 
s_waitTimer 
s_shuttingDown 
s_appStarting 
s_parsingOutput 
s_parsingLocals 

Definition at line 40 of file dbgcontroller.h.

KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:25:53 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003