fbdbg  3.0
FreeBASIC Debugger
core.bi File Reference

Binding to provide core SUBs / FUNCTIONs to the GUI part. More...

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

Go to the source code of this file.

Classes

class  IniUDT
 Class to handle values in the file fbdebugger.ini. More...
 

Macros

#define SLASH
 The slash character for paths. More...
 
#define SLASH
 The slash character for paths. More...
 
#define EXEMAX
 The upper boundary for IniUDT::SavExe array. More...
 
#define BRKMAX
 The second upper boundary for IniUDT::BrkExe array. More...
 
#define WTCHMAX
 The second upper boundary for IniUDT::WtchExe array. More...
 

Detailed Description

Binding to provide core SUBs / FUNCTIONs to the GUI part.

This header contains all UDTs / SUBs / FUNCTIONs / EXTERNs declarations from the core part that should be visible in the GUI part.

Todo:
Add entries
Since
3.0

Definition in file core.bi.

Macro Definition Documentation

#define BRKMAX
Value:
/* 10
*/

The second upper boundary for IniUDT::BrkExe array.

Definition at line 25 of file core.bi.

#define EXEMAX
Value:
/* 9
*/

The upper boundary for IniUDT::SavExe array.

Definition at line 22 of file core.bi.

#define SLASH
Value:
/* "/"
*/

The slash character for paths.

Definition at line 17 of file core.bi.

#define SLASH
Value:
/* "\"
*/

The slash character for paths.

Definition at line 17 of file core.bi.

#define WTCHMAX
Value:
/* 9
*/

The second upper boundary for IniUDT::WtchExe array.

Definition at line 28 of file core.bi.