From f539a27245d31f4ba3c90389dce1f5f4d372bd27 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 27 Apr 2019 21:33:26 -0700 Subject: 5131 Rename '--map' to '--debug'. --- subx/039debug.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'subx/039debug.cc') diff --git a/subx/039debug.cc b/subx/039debug.cc index fc0b622b..b631336a 100644 --- a/subx/039debug.cc +++ b/subx/039debug.cc @@ -1,12 +1,13 @@ //:: Some helpers for debugging. -//: Load the 'map' file generated during 'subx --map translate' when running 'subx --map --trace run'. +//: Load the 'map' file generated during 'subx --debug translate' when running +//: 'subx --debug --trace run'. //: (It'll only affect the trace.) :(before "End Globals") map Symbol_name; // used only by 'subx run' -:(before "End --map Settings") -load_map("map"); +:(before "End --debug Settings") +load_map("labels"); :(code) void load_map(const string& map_filename) { ifstream fin(map_filename.c_str()); -- cgit 1.4.1-2-gfad0