Debugger -load debug names

This commit is contained in:
Kelvin Sherlock 2013-08-18 17:07:07 -04:00
parent 10bed9a239
commit 810b521a11

View File

@ -55,6 +55,8 @@
#include <mpw/mpw.h>
#include <toolbox/loader.h>
namespace {
const uint32_t kGlobalSize = 0x10000;
@ -842,6 +844,14 @@ void Shell()
add_history("!Andy, it still has history!");
Loader::Native::LoadDebugNames(envMap);
//for (const auto &kv : envMap)
//{
// printf("%06x: %s\n", kv.second, kv.first.c_str());
//}
envMap = LoadTrapFile(MPW::RootDirPathForFile("Traps.text"));
// start it up