Skip to content

Commit

Permalink
Merge branch 'master' into fix-add-watch-traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning authored Feb 15, 2024
2 parents bc2508d + 6ff7f00 commit 15fb1be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/vimspector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2117,6 +2117,12 @@ Rust is supported with any gdb/lldb-based debugger. So it works fine with
- The stuff about remote agents [42] uses '"request": custom'; see the point
about "custom" launch above

- Source Mapping (i.e., enabling 'step-into' for standard library functions)
can be done by adding '"sourceMap": { "from_path" : "to_path" }'.
'"from_path"' can be found in disassembly window by going up in the stack
trace; '"to_path"' is just your locally installed standard library path for
current toolchain.

-------------------------------------------------------------------------------
*vimspector-jai*
Jai ~
Expand Down

0 comments on commit 15fb1be

Please sign in to comment.