-
Notifications
You must be signed in to change notification settings - Fork 11
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
Console output is not appearing in the Debug Console if using the HotReloading package #9
Comments
@kuglee, thanks for reporting this. Could you please mention some more concrete steps to reproduce this? It'll help me test. Also, the example project link seems to be wrong, it is just pointing to this project itself. |
Sorry, here's an example I made: If you start the "Debug new Simulator" configuration, you'll see the issue. The app prints "hello" when it launches, but it only appears in the stdout file not on the Debug Console. |
Thanks for the info. I tried and I am able to see the logs as expected, including "HotReloading available ..." and "hello". Can you please check and mention the version numbers for "iOS Debug" and "CodeLLDB" plugins? I don't really understand why it'd not appear, especially since the logs are available in the You can try these two things.
Findings from these may help us find a solution. |
Seems to be the same case with the example project here: https://github.com/markst/hotreloading-vscode-ios |
Hi,
Thanks for this extension, it works great.
One issue I've found is that the console output is not appearing in the Debug Console if using the HotReloading package. It is only written to the /tmp-ios-xxxx-stdout and /tmp-ios-xxxx-stderr.
It works fine in the Xcode console.
Here is an example project with HotReloading configured: https://github.com/nisargjhaveri/vscode-ios-debug
The text was updated successfully, but these errors were encountered: