1. var x = 100
2. x = 200
3. echo x
4. echo "end"
Compiled the program with following option:
nimrod c --debugger:on -r test.nim
In debugger, if I type l or g to see variables after executing line 1, it does not display anything. Am I missing something?
Thank you Araq...I will work with gdb and get back in case of any issues.
Just wanted to say that the forum is fantastic...worth learning nimrod.