Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
Cursor Struct Reference

Debugger cursor info. More...

#include <debugger_defs.h>

Collaboration diagram for Cursor:

Public Member Functions

 Cursor ()
 

Public Attributes

wxString file
 
wxString address
 
wxString function
 
long int line
 If -1, no line info. More...
 
bool changed
 

Detailed Description

Debugger cursor info.

Contains info about the debugger's cursor, i.e. where it currently is at (file, line, function, address).

Definition at line 26 of file debugger_defs.h.

Constructor & Destructor Documentation

◆ Cursor()

Cursor::Cursor ( )
inline

Definition at line 28 of file debugger_defs.h.

Member Data Documentation

◆ address

wxString Cursor::address

◆ changed

bool Cursor::changed

◆ file

wxString Cursor::file

◆ function

wxString Cursor::function

◆ line

long int Cursor::line

The documentation for this struct was generated from the following file: