R3D9477
R3D9477
@kobi2187, @RSDuck wich versions are you used? I'm tried with lldb-5.0, vscode 1.20.1, gdb 7.11.1 Both extensions (LLDB and NativeDebug) But can't read/evaluate variables/expressions:  Here is sample for NativeDebug+LLDB:...
@brjohnsn Thanks for hint! I'll play with it
@brjohnsn Btw, what is "Variables -> Local"? As I understand, there must be displayed two local variables with values 1 and 2, or no?
@brjohnsn it works, I tried 2 extensions, here is results: --- [vscode-lldb](https://github.com/vadimcn/vscode-lldb) LLDB   --- [nativedebug](https://github.com/WebFreak001/code-debug) GDB   LLDB-MI   Also I tried MSCppTools for VSCode, but...
Note: plugin vscode-lldb doesn't support input stream. main.nim ``` echo "Enter your name:" let name = readLine(stdin) ``` output: ``` Enter your name: *enter* name error: 'name' is not a...
Another bad situations: * booleans and strings displays ugly :( * datatypes doesn't displays 
Another discussion for this theme https://github.com/pragmagic/vscode-nim/issues/65
Related discussion here: https://github.com/haxeui/haxeui-core/issues/171
@dom96 well, what I trying to do: 1) to start server: ``` ... proc btnStartClicked*(self: MainWindowHandler, serverPort: int) {.slot.} = self.chatServer.start(serverPort) serverStartedChanged(self, self.chatServer.started) ... ``` 2) to call procedure 'start'...
@filcuc thanks for hint, I'll try to play with threading. but I'll leave this issue to be open, yet