I'm trying to run vebugger for java but I'm seeing an empty window whenever I kick off jdb. It seems to not start the app and it just shows empty window for a while. I'm running a spring boot app, it's a maven project and following is the command I'm using
:call vebugger#jdb#start('Application', { 'classpath': './target', 'srcpath': './src' })
I've tried several variations of it by giving absolute path for classpath and srcpath variables etc. Nothing seems to make any difference. Any pointers would be greatly helpful, as my vim setup is really good at the moment missing just the debugging experience even for writing Java code. Thanks.
I'm trying to run vebugger for java but I'm seeing an empty window whenever I kick off jdb. It seems to not start the app and it just shows empty window for a while. I'm running a spring boot app, it's a maven project and following is the command I'm using
:call vebugger#jdb#start('Application', { 'classpath': './target', 'srcpath': './src' })I've tried several variations of it by giving absolute path for classpath and srcpath variables etc. Nothing seems to make any difference. Any pointers would be greatly helpful, as my vim setup is really good at the moment missing just the debugging experience even for writing Java code. Thanks.