delve/Documentation
Philippe Blain 72c77b1c30
Documentation/faq: Correct commands in substitute-path section (#3222)
The text of the substitute-path section in the FAQ ("Can not set
breakpoints or see source listing in a complicated debugging
environment") mentions the command 'config help substitute-path', but
'help' is not a valid argument to the 'config' command.

Use 'help config' instead, which does mention 'substitute-path' and how
to set it.

Also, the command to list source files is 'sources', not 'source'. Fix
that.
2022-12-15 09:02:06 +01:00
..
api Documentation: add DAP launch/attach configuration matrix (#2991) 2022-05-03 10:35:56 -07:00
cli proc,terminal: allow setting suspended breakpoints (#3154) 2022-10-04 08:07:05 -07:00
installation Documentation: add homebrew installation instructions back again 2022-10-03 21:05:19 +02:00
internal Documentation: add notes on porting Delve to other architectures (#2666) 2021-08-20 09:32:56 -07:00
usage Documentation: add -test.run to test example (#3212) 2022-12-12 09:59:39 -08:00
backend_test_health.md Test windows/arm64 pipeline (#3200) 2022-12-05 15:21:52 -08:00
EditorIntegration.md Add Debugger to UIs list in EditorIntegration (#3127) 2022-08-29 13:31:08 +02:00
faq.md Documentation/faq: Correct commands in substitute-path section (#3222) 2022-12-15 09:02:06 +01:00
KnownBugs.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.