Comments
1 comment
-
Hi Michael,
Because ANTS Profiler is a managed-code profiler and directly contacts the Intermediate Language code in the runtime, it's programming language-agnostic. Theoretically it will work with everything from C# down to Pascal. I only say theoretically because I've never seen anyone use Pascal in .NET!
I'd first check that your DLL is a debug dll and you have a symbols (PDB) file for it. Try changing the Profiler's settings to profile 'all methods' rather than 'methods with source' and then see what you get.
Add comment
Please sign in to leave a comment.
Is there any way I can have it include the J# source code without moving up to VS 2005 yet?
Thanks,
Michael