Skip to content

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

Open
spywo wants to merge 2 commits intobfosterjr:masterfrom
spywo:updates
Open

Fix an issue that node name is incorrect if there is the source path#1
spywo wants to merge 2 commits intobfosterjr:masterfrom
spywo:updates

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

Development

Successfully merging this pull request may close these issues.

2 participants