This commit is contained in:
Peli de Halleux 2016-04-27 13:13:13 -07:00
commit 0f6e8854d8

View File

@ -301,4 +301,18 @@ namespace pxtrt {
{ {
microbit_panic(code); microbit_panic(code);
} }
//
// Debugger
//
//%
uint32_t getNumGlobals() {
return numGlobals;
}
//%
void* getGlobalsPtr() {
return globals;
}
} }