shuky19 / sublime_debugger

Interactive debugger for sublime
Apache License 2.0
429 stars 24 forks source link

Cannot enter text into Immediate or Watch tabs #48

Open drewsheneman opened 9 years ago

drewsheneman commented 9 years ago

I am able to set breakpoints, step over, continue, etc. The console output also displays correctly.

However, when attempting to add a Watch on a value, such as params[:id] when stepping through a controller action, I cannot type in the Watch tab. None of the tabs appear to allow me to type any text in. Has anyone else ran into this issue?

Any help is appreciated.

I am using Sublime Text 3 Build 3083.

Thanks!