Visualising complex code flows in Visual Studio -


i have 1 old code-base consists of c++, vb , classic asp nonsense , trying understand code flows there. unfortunately, there many projects written in different languages best way analyse code found search in folders visual studio across whole code-base , setting bookmarks visualise flow , me navigate faster between them.

i happy that, visual studio build-in bookmarks seems have poor functionality, example cannot set more 1 bookmark on same line or cannot create nested folders key thing in understanding extremely complex code flows.

upd 1.

i rephrased question still consider off-topic:

how can visualise complex code flows in visual studio? tried use indentation in bookmark name visualise nested calls doesn't work when have move/merge several code flows (i have 're-calcualte' indents) , still not able have multiple bookmarks want put separate flows same line.

i don't think it's possible you're looking directly inside vs.

why don't use uml-like tool yed instance ?

imho, uml still best method modelize complex flows.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -