-
Notifications
You must be signed in to change notification settings - Fork 130
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
Goland 2024.1.1 doesn't render correctly in Run/Debug Terminal #204
Goland 2024.1.1 doesn't render correctly in Run/Debug Terminal #204
Comments
Hey, I have no idea how the Goland debugger is running but this how I do it
as you might have seen here, VS code becomes a client to the dlv debugger run previously on terminal, |
As far as i can see, this breaks between Edit: 'got it ! This was introduced with #95 by @maaslalani Let see if i can spot where the problem is... |
@nervo Hmmm I think I m missing something here, so in Goland you don't need to run dlv and attach, this is done by Goland debugger itself ? |
@shedyfreak sorry, but are you sure you're on the right issue ? This one is about rendering problems in goland, i'm not convinced this could be related to delve :) |
@nervo hmm sorry, I might have misunderstood the issue, but it seems like the issue couldn't be from Goland terminal since, as mentionned in the description of the bug, works fine. He said that he has an issue when debugging which ( on the Debug Console aka Console as he refers to it) which made me assume something is wrong between running the debugger and attaching Goland debugger client to the debugger server, which made me question how debugging in Bubbletea apps in Goland. |
Hey @shedyfreak thanks for trying to help! This issue is an issue with Goland both with its Run and Debug console.
Goland auto-magically creates (This terminal is interactive, but all the text was generated by Goland or the CLI tools it calls on your behalf.) @nervo you're brilliant dude! Sorry for being so uneducated about |
Describe the bug
huh
should work in the Run/Debug console of Goland, it doesn't seem to work consistently. Sometimes, the screens render, and sometimes, they don't.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Run/Debug Console should display the opening screen of the burger demo app.
Screenshots
Running in the console is broken:
Running in the terminal works just fine:
Desktop (please complete the following information):
Additional context
Given that my
huh
app seems to run in a wide variety of terminals, I have to imagine this is Jetbrains' problem 🤷 but I am a child, I have no idea how any of this actually works.I have opened a ticket with Jetbrains here: https://youtrack.jetbrains.com/issue/GO-16810/
The text was updated successfully, but these errors were encountered: