-
Notifications
You must be signed in to change notification settings - Fork 4
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
No output buffer display #24
Comments
Hi. Is the output-panel package installed? It should have been installed automatically. If not then try installing it manually. The current version of Cheers |
在 2017年5月14日,20:26,Luke ***@***.***> 写道:
Hi. Is the output-panel <https://atom.io/packages/output-panel> package installed?
It should have been installed automatically. If not then try installing it manually.
The current version of output-panel is only available for the new Atom beta (as it uses the new docking feature), so this might have broken automatic downloading of the older version.
Cheers
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#24 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AQpAZA3DgUj59oVzuI4vsrroJ9qYGgYyks5r5vLggaJpZM4NaHHY>.
Thank you for reply mail.
I have been installed the output-panel yet, it can be aroused form command-line :” Output panel: show”, but nothing to be displayed int the output buffer…
emm…So I think I should switch the beta version for Atom. If the problem still exist after I attempted, I will send a mail to describe it.
|
well… when I used the Atom beta, the output-panel looks as if can correctly work. but when debugging finished, the output buffer cannot automatically hidden. If I close it with my hand, the buffer will disappear, the buffer can’t be popup in next debug, even through when I used the command ”Output Panel: Show”, there's nothing appeared. I think this close bottom maybe have some slight problems… Moreover, If the output buffer can automatically hidden when the debug finished, just like Variables and Stack window, the plugin will be great. |
Hi. Thanks, there are a few things I can improve here. I was not able to reproduce the reported problem with Autohiding does make a lot of sense. I'll get this fixed next, thanks for the feedback. The reason the output panel doesn't current automatically close is that I was worried people might need to see program output after a program being debugged terminates. But this probably only makes sense if your program closes naturally (not via stopping the debugger), and has printed text since your last debugger interaction. If this isn't the case I'll have it autohide instead, as you suggest. |
I observe the problem have some changes when I upgraded another package called After my upgrade the And if I try to change the height of panel, the Atom will throw a exception like this: Then I close the Output buffer, call I think the problem was a compatibility issue, two packages maybe have some conflicts. But even though I disable the Moreover, The linter list and output panel shared the same area, that is to say I can disable the |
Ahh yes. There is a recent known issue with Linter. I've reported it: steelbrain/linter-ui-default#322. Currently Linter is not stable to use with other packages that use the bottom dock. It seems the output panel not always showing is caused by the same issue. It might be best to disable Linter until this is fixed, if possible. The ioctl(2) error is weird. I've not seen that before and it's not something I can reproduce. Does it happen every time? I'll get started on the autohiding improvements... |
…ntent before completion (and after last interaction) fixed: output panel did not always initially show when a program printed output see 31i73/atom-dbg#24
Okay, output panel behaviour should be much better now. Let me know if there are still issues (and Linter is disabled) |
I tried the new vision without linter(I disabled the And The another trouble is, autohiding leads to the linter panel cannot display. If code have some syntax error the linter panel will automatically show them. Before autohiding add, linter and output shared the bottom panel, the linter's toggle control them display and hiding. But now autohiding hide them together so the linter cannot normally open too, can u control the panel for Tabs not whole dock? One more thing, with respect to autohiding, I think your opinion is right, there are some people who don't need the autohiding, so you can add a switch to control this feature in settings, increase another choice, for different people, sounds great, right? |
I use the plugin to track a logic error for my C++ code, but the output buffer can not display, I think it's a trouble to read the debug log, how can I call it out? I need it work for me.
OS : MacOS 10.12.4
Atom : 1.16.0
gdb : 7.12.1, installed by homebrew
plugin : dbg 1.4.1, dbg-gdb 1.7.1
The text was updated successfully, but these errors were encountered: