dpo / atom-python-debugger

IDE-like Python debugger for Atom
MIT License
42 stars 13 forks source link

Rezise debugging window? #11

Open gbritton1 opened 7 years ago

gbritton1 commented 7 years ago

Is there a way to resize the debugging window? It is a little short for some of my work

dpo commented 7 years ago

I don't think it can currently be resized but a PR would be very welcome!

dpo commented 7 years ago

I believe this is how you do it, if anyone wants to jump in: https://github.com/rgbkrk/atom-script/pull/536/files

DamSenViet commented 7 years ago

Is there by any chance any way we could change the current size once through the source code? I just need the debugger to take up half the current window?

dpo commented 7 years ago

Thanks. Those are all good suggestion. I'd be happy to review pull requests but for the time being, I'm not able to find the time to implement them.