Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Issue: Click on function names in TypeScript profile summary doesn't do anything [797]

$
0
0
Create new TypeScript Express app.
Start profiling.
Refresh browser about a dozen times.
Stop the node.js process.

In the summary view, you should see the index function, along with a few others. Clicking on them doesn't do anything. In a Node.js Express app (not TypeScript), clicking on the functions navigates to a different view. Here, clicking on any of the blue links in the screenshot below does nothing.

Edit: I've seen the issue in non-TypeScript as well.

![Image](https://www.codeplex.com/Download/AttachmentDownload.ashx?ProjectName=nodejstools&WorkItemId=797&FileAttachmentId=813482)
Comments: This is related to just my code. What’s happening is that both the caller/callee and function details views are unavailable. They’re unavailable because there is actually no caller/callee information – instead we have a profile which has just a single function which doesn’t call anything and isn’t called by anything. Profiling an app which actually calls some code will result in a profile which includes both of these views.

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>