Add some debugger hooks
This commit is contained in:
parent
b30a0ced87
commit
6c539fb04f
@ -301,4 +301,18 @@ namespace pxtrt {
|
|||||||
{
|
{
|
||||||
microbit_panic(code);
|
microbit_panic(code);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Debugger
|
||||||
|
//
|
||||||
|
|
||||||
|
//%
|
||||||
|
uint32_t getNumGlobals() {
|
||||||
|
return numGlobals;
|
||||||
|
}
|
||||||
|
|
||||||
|
//%
|
||||||
|
void* getGlobalsPtr() {
|
||||||
|
return globals;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user