Click here to Skip to main content
15,998,038 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello,

I left my Visual Studio 2015 running in debug mode overnight so it can index pdf files via a Lucene-search-engine App that I built. I left it running after work because this indexing task takes a very long time due to a high volume of files. This morning when I come to work, my VS2015 is still running in debug mode even though there is no error at all. At the top of the IDE, it still says "running". Just to make sure there is nothing wrong with the ongoing process, I added a few breakpoints to the code but nothing happened; it didn't stop at these breakpoints.

Does anyone know what is going on with it and why?

Thanks in advance.

What I have tried:

I added a few breakpoints to the code but nothing happened; it didn't stop at these breakpoints.
Posted
Updated 3-Mar-17 6:41am
Comments
CHill60 3-Mar-17 11:14am    
Try Ctrl-Alt-Pause and see where you end up in the code (or a-n-other message might appear)

Also it may be waiting for use input but that window may be "behind" the VS window
blumonde - 3-Mar-17 11:43am    
Thank you Chill, where is the "pause" key? Also, there is no user input needed on the app UI.
Karthik_Mahalingam 3-Mar-17 13:09pm    
Always use  Reply   button to post comments/query to the concerned user, so that the user gets notified and respond to your text.
blumonde - 4-Mar-17 11:35am    
Will do next time. Sorry, I didn't see the reply button.
Karthik_Mahalingam 4-Mar-17 22:43pm    
:)

1 solution

I know the reason why. Below is the explanation. Thank you all.


Topic: [solved] Indexing a large repository with lucene freezes/stops after a while | Pydio[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900