Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Sep 16, 2023
1 parent 860ea85 commit 889cf3c
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,28 @@ A nifty little library for reading unique identifiers from pdb, exe, and dll fil

```bash
bobby@BugSplat % ~ % pdb-guid -h
# TODO BG

pdb-guid

A command line utility and library for reading the GUID of a .pdb, .exe, or
.dll file.

Usage

--path string Path to a .pdb, .exe, or .dll file.
-h, --help Print this usage guide.

Example

pdb-guid path-to-exe-dll-or-pdb-file

Links

🐛 https://bugsplat.com

💻 https://github.com/BugSplat-Git/pdb-guid

💌 support@bugsplat.com
```

3. Run pdb-guid specifying a path to a pdb, exe, or dll file:
Expand Down Expand Up @@ -57,4 +78,4 @@ const guid = pdbFile.guid;

## 🐛 About

[BugSplat](https://bugsplat.com) is a software crash and error reporting service with support for [Windows Native C++](https://docs.bugsplat.com/introduction/getting-started/integrations/desktop/cplusplus), [Qt](https://docs.bugsplat.com/introduction/getting-started/integrations/cross-platform/qt), [Unreal Engine](https://docs.bugsplat.com/introduction/getting-started/integrations/game-development/unreal-engine) and [many more](https://docs.bugsplat.com/introduction/getting-started/integrations). BugSplat automatically captures critical diagnostic data such as stack traces, log files, and other runtime information. BugSplat also provides automated incident notifications, a convenient dashboard for monitoring trends and prioritizing engineering efforts, and integrations with popular development tools to maximize productivity and ship more profitable software.
[BugSplat](https://bugsplat.com) is a software crash and error reporting service with support for [Windows Native C++](https://docs.bugsplat.com/introduction/getting-started/integrations/desktop/cplusplus), [Qt](https://docs.bugsplat.com/introduction/getting-started/integrations/cross-platform/qt), [Unreal Engine](https://docs.bugsplat.com/introduction/getting-started/integrations/game-development/unreal-engine) and [many more](https://docs.bugsplat.com/introduction/getting-started/integrations). BugSplat automatically captures critical diagnostic data such as stack traces, log files, and other runtime information. BugSplat also provides automated incident notifications, a convenient dashboard for monitoring trends and prioritizing engineering efforts, and integrations with popular development tools to maximize productivity and ship more profitable software.

0 comments on commit 889cf3c

Please sign in to comment.