mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-21 21:16:51 +00:00
call stack view: swapped push/pop, check for real jump, made top level list flat; header for symbol probe
This commit is contained in:
@@ -203,6 +203,11 @@ async function testPlatform(platid, romname, maxframes, callback) {
|
||||
}
|
||||
assert.equal(proberec.fclk, proberec.countClocks());
|
||||
}
|
||||
// debug tree
|
||||
if (platform.getDebugTree) {
|
||||
var dbgtree = platform.getDebugTree();
|
||||
JSON.stringify(dbgtree);
|
||||
}
|
||||
// misc
|
||||
assert.ok(platform.getDefaultExtension().startsWith('.'));
|
||||
if (platform.getROMExtension) assert.ok(platform.getROMExtension().startsWith("."));
|
||||
|
||||
Reference in New Issue
Block a user