You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we load the classpath twice: to initialize the SourceLookUpProvider and to initialize the BinaryDecoder.
To speedup the loading time of the debugger we should load the classpath only once and for all. To do so we can create our own implementation of tastyquery.Classpaths.Classpath.
The text was updated successfully, but these errors were encountered:
Currently we load the classpath twice: to initialize the
SourceLookUpProvider
and to initialize theBinaryDecoder
.To speedup the loading time of the debugger we should load the classpath only once and for all. To do so we can create our own implementation of
tastyquery.Classpaths.Classpath
.The text was updated successfully, but these errors were encountered: