Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change defined(debug) to isDefined(conf, "nimDebug") in msgs.quit for debugging nim #253

Open
timotheecour opened this issue May 25, 2020 · 0 comments

Comments

@timotheecour
Copy link
Owner

timotheecour commented May 25, 2020

links

pr_system_module_needs_show_stacktrace_bak1
pr_system_module_needs_show_stacktrace (deleted ; was nim-lang#10575)
nim-lang#10575 (comment)

makes it configurable at RT instead of fixed at CT

in here

proc quit(conf: ConfigRef; msg: TMsgKind) {.gcsafe.} =
  if defined(debug) or msg == errInternal or conf.hasHint(hintStackTrace):
    {.gcsafe.}:
      if stackTraceAvailable() and isNil(conf.writelnHook):
        writeStackTrace()
      else:
        styledMsgWriteln(fgRed, "No stack traceback available\n" &
            "To create a stacktrace, rerun compilation with ./koch temp " &
            conf.command & " <file>")
  quit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant