Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue that node name is incorrect if there is the source path #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

spywo
Copy link

@spywo spywo commented Mar 31, 2021

If the pdb is available, the frame line contains the source path which needs to be removed prior to extract the node name.

Meanwhile, the node name may contain more special characters which are not supported by 'dot'. Quote the name resolves the issue.

Graphviz doesn't like some special characters in node names.
The frame may or may not contain the source path if pdb is available. For example:
"module!Class::method+0x1fd [C:\src\HelloWorld.cpp @ 2075]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants