shanedell commented on PR #935: URL: https://github.com/apache/daffodil-vscode/pull/935#issuecomment-1907292266
> > @stricklandrbls So for windows you want to use `;` not `:` in the classpath. You may also need to change `/` to `\\` > > > > Okay I'll have to edit my launch config and test that out. Though I feel like that should be parsed accordingly. > > > > I know we're doing a lot of _if Windows then_ already, for example `exportVar()`, could this not be added? So currently we can't do anything for the ; and : difference because doing a replace would cause issues because of C:. So for now the user needs to know to use ; if on Windows and : otherwise. But another issue has been to make the daffodil debug classpath setting a list of strings and then we will join them together using either : or ; based on the OS which I believe would be the solution to what you mentioned. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
