From 52035c676d83d3b0a75006ebcf7fbe968f17d8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 12 Nov 2019 15:28:37 +0100 Subject: [PATCH] top level nim.cfg: add "--debugger:native" --- nim.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nim.cfg b/nim.cfg index ecaeb4fc1..dad02be95 100644 --- a/nim.cfg +++ b/nim.cfg @@ -22,4 +22,6 @@ --excessiveStackTrace:on # enable metric collection -d:metrics +# add debugging symbols and original files and line numbers +--debugger:native