You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "mbeckerle (via GitHub)" <gi...@apache.org> on 2023/06/05 14:09:00 UTC

[GitHub] [daffodil-vscode] mbeckerle opened a new issue, #650: launch config wizard doesn't help with very tricky daffodilDebugClasspath

mbeckerle opened a new issue, #650:
URL: https://github.com/apache/daffodil-vscode/issues/650

   the wizard that creates the launch.json, doesn't actually let you populate the daffodilDebugClaspath. You have to edit that by hand, and nothing verifies it, so any typo and you get tedious failures that are hard to figure out.
   
   The wizard should help you put directories and corresponding jars on the daffodilDebugClasspath, and it should not let you put a non-existing directory or jar file on it. Ideally, at launch time the daffodilDebugClasspath should be checked, just in case something on it no longer exists in the file system.
   


-- 
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: commits-unsubscribe@daffodil.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] shanedell commented on issue #650: launch config wizard doesn't help with very tricky daffodilDebugClasspath

Posted by "shanedell (via GitHub)" <gi...@apache.org>.
shanedell commented on issue #650:
URL: https://github.com/apache/daffodil-vscode/issues/650#issuecomment-1587677899

   @mbeckerle I believe the launch wizard does this already by having you select files through the file picker. This is because the file picker won't you select items that don't exist. I do agree though on adding launch time checks to make sure the paths/files still exist that are being set in the daffodilDebuggerClasspath and throwing errors based on that.


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] shanedell closed issue #650: launch config wizard doesn't help with very tricky daffodilDebugClasspath

Posted by "shanedell (via GitHub)" <gi...@apache.org>.
shanedell closed issue #650: launch config wizard doesn't help with very tricky daffodilDebugClasspath
URL: https://github.com/apache/daffodil-vscode/issues/650


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org