Skip to content

Some example code for testing the behavior of coc-rust-analyzer when trying to find the correct executable for debugging

Notifications You must be signed in to change notification settings

danielrainer/coc-rust-analyzer-debug-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples for testing coc-rust-analyzer debugging

The whole point of this repo is providing some sample code for testing the coc-rust-analyzer debug feature. The rust files contain various functions which can be run in the debugger.

Because debuggers need to know which executable they should run, coc-rust-analyzer's debugging command passes the filename to the debugger. However, at the time of writing, this does not work properly. The corresponding PR contains more details.

About

Some example code for testing the behavior of coc-rust-analyzer when trying to find the correct executable for debugging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages