Added some details to the documentation

This commit is contained in:
tudnai 2022-11-12 11:52:17 -08:00
parent f5f204adb0
commit d31c9ab22d
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "6502_bp.h"
/// Array of addresses of active breakpoints
/// @note DEBUG_MAX_BREAKPOINTS controls its size
uint16_t breakpoints[DEBUG_MAX_BREAKPOINTS];
/// Index of last valid breakpoint element in the array
int bp_last_idx = 0;