ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
370 stars 83 forks source link

Support the "logpoint" breakpoint variant #229

Open TSMMark opened 2 years ago

TSMMark commented 2 years ago

Would it be possible to support the "logpoint" type of break point?

A logpoint can be added in VS Code by right clicking:

Screen Shot 2022-06-08 at 2 34 17 PM

However, it's just treated like a regular break point, and VS Code shows that the logpoint is not supported:

Screen Shot 2022-06-08 at 2 33 08 PM

If anyone has any idea how this might be implemented, this could be a huge time saver when debugging.