SeaQL / FireDBG.for.Rust

🔥 Time Travel Visual Debugger for Rust
https://firedbg.sea-ql.org
MIT License
1.21k stars 21 forks source link

ignore `#[inline]` functions #14

Open tyt2y3 opened 7 months ago

tyt2y3 commented 7 months ago

Originally posted by @tyt2y3 in https://github.com/SeaQL/FireDBG.for.Rust/discussions/12#discussioncomment-7843286

Parser should also parse macro annotations, e.g. #[inline] and more complex expressions like #[cfg_attr(..)]. May be we can also have #[firedbg(..)], but we have to create a macro support library as well.