Debug on Windows?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • intellij-rust

    Rust plugin for the IntelliJ Platform

  • Could you please clarify whether the problem affects exactly local variables' values or function parameters' values? It is a known bug that the CLion's debugger cannot show function parameters' values on Windows: https://github.com/intellij-rust/intellij-rust/issues/6676. This is a major issue and we are working on it. But if you are facing such problems in any other scenarios, please let us know and share a problematic code snippet if possible

  • debug-here

    A cross platform rust debugger hook

  • A really easy way to do it is to use debug-here. Add that to your crate, then stick debug_here::debug_here!(); somewhere in your program flow. It'll pop open the debugger at the call site, albeit down a few levels of stack.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • hocon.rs

    Discontinued Parse HOCON configuration files in Rust

  • git clone https://github.com/mockersf/hocon.rs.git

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts