dpo / atom-python-debugger

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

Running without break points #22

Closed girishvn closed 6 years ago

girishvn commented 7 years ago

Hi,

I am not sure if this is an intentional decision, but running code, through the debugger, without any breakpoints fails to run the code. I am over looking or miss-using a feature?

Thanks, Girish

dpo commented 6 years ago

Could you please explain step by step what you're trying to do and how? There's an (admittedly very minimal) example of code that I run without breakpoint in #31.