-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
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
.