vb.net - What is dark blue "Ready" build phase in Visual Studio 2015? -


this known visual studio build sequence – i'd identify action during 3rd image above:

enter image description here

when launch application built in , status line turns dark blue saying build started... (see second image). after time, replaced ready (see 3rd image), nothing ready. still same build phase (just initial build started... label timed-out?) or different phase of build? can see what's behind scenes?

build output window says only:

1>------ build started: project: project1, configuration: debug cpu ------
1> project1 -> d:\path\project1.exe
========== build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

in case, building single project referencing couple of custom dll's.

as each project in solution builds, status reset ready. occurs after click or move cursor new section of code in text editor. if has perform sort of processing or if there error cursor positioned see appropriate message. if move cursor section of code without issues status reset ready.

in case, difference between ready message see , final orange ready when debugging in vs, first solution must build, sets status ready, there post-build events must execute initialize debugger. if @ status bar see messages flashing "loading symbols mylibrary.dll". once debugging engine initialized status line turns orange.

to see doing initialize debugger, take @ output window , show output "debug". output of dlls loading.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -