hy9be / micro-profiler

Automatically exported from code.google.com/p/micro-profiler
0 stars 0 forks source link

Profiler Window Doesn't Close, Prevents Recompilation #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile and run a project
2. Close it (the window)
3. MicroProfiler remains open, unable to close MicroProfiler window

What is the expected output? What do you see instead?
The MP window shold be able to close?

What version of the product are you using? On what operating system?
VS 2010, Windows 7, 1.0.500. 

Please provide any additional information below.
Btw the register DLL call didnt't work, had to copy it to Windows system folder.

Original issue reported on code.google.com by stian.pe...@gmail.com on 3 Jun 2012 at 10:59

GoogleCodeExporter commented 9 years ago
Any progress about this issue? It's a little frustrating to close profiler 
window through task manager every time after profiling. 

Thanks you for reply and also for your work you did on micro-profiler!
Ludek

Original comment by ludek.vo...@inventic.eu on 24 Oct 2012 at 7:37

GoogleCodeExporter commented 9 years ago
I found that after I close my app by regular CLOSE button, profiler window can 
be closed regularly too. But when I exit app by SHIFT+F5 shortcut (Stop 
debugging VS command), profiler window close button is disabled.

Original comment by ludek.vo...@inventic.eu on 24 Oct 2012 at 7:42

GoogleCodeExporter commented 9 years ago
The behavior when the profiler's window can be closed manually after the 
application exit was added independently and is not related to the issue.

Shift+F5 shortcut (when it is associated with Terminate, not with Detach) 
terminates the profiled processes not giving it a chance to notify the frontend 
(which actually controls the window).

Back-pinging of the process profiled (to detect its termination) can be 
implemented some time in the future.

Original comment by artem.ge...@gmail.com on 24 Oct 2012 at 8:50