racer-rust / emacs-racer

Racer support for Emacs
399 stars 48 forks source link

Add a debug command #64

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago

We need a way of users seeing what racer command was invoked, so they can debug further. Similar to flycheck's excellent debug tooling.

Ideally, we'd also save the last output, so we can see what error was thrown.

This will help with nearly half the current open issues.

Wilfred commented 7 years ago

Done in #69.