Pierson Lee

Results 58 comments of Pierson Lee

@dmbelo Are you expecting messages during execution of your program? If so, are you debugging? If you aren't debugging and just running the application, please reach out to the [VSCode...

@saeedtabrizi Please post your launch.json. The above reports are on mac OS (which I haven't been able to duplicate).

@jk21 If this is still an issue, what I have found is that it looks like until you add a `'\n'` character at the end of your "Hello World" that...

@saeedtabrizi A few things: 1. Debugging will out put to an external window. On *nix we require gnome-terminal with a fallback to xTerm if gnome-terminal is not available. 2. What...

@mshibanami The `Debug Console` is showing the debugger output. The output you see there is what the Debugger is logging, which is that you have output to `stdout`. You need...

@o-lim This is a VSCode issue. You will need to raise an issue with the VSCode team at https://github.com/Microsoft/VSCode/issues .

@o-lim Thanks. I left a comment there. Hopefully they can help explain what we can do to keep it expanded.

@keton Can you enable `"logging": {"engineLogging": true}` in your launch.json and see if gdb is exiting correctly? This might be an issue with `arm-non-eabi-gdb` or `JLinkGDBServer` not shutting down. you...

@keton Can you try and issue '-exec -gdb-set async off' in the debugConsole when you hit your first breakpoint and then start running again and try and pause? I've seen...

@resk8 I don't have a JLink device and I need additional information to know what the issue is.