microsoft / microsoft/vscode-java-debug

Unable to use greater than sign in arguments

未关闭
#1,141 2 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

@testforstephen 已经在做这个了。

开始于 2022年3月30日。

ai-triaged bug launch
主要语言
TypeScript
星标
591
派生
429
平均合并
1 天 9 小时
30 天内合并 PR
19

描述

I am using Java to create a Tibco Rendezvous application, the event name used can have an asterisk (*) or a greater than (>) to indicate multicast. However whenever I use the greater than sign, it doesn't register the next argument which leads to an "Array out of index" exception.

Environment
  • Operating System: Pop OS 21.10
  • JDK version: 17
  • Visual Studio Code version: 1.62.2
  • Java extension version: 0.22.1
  • Java Debugger extension version: 0.38.0
Steps To Reproduce
  1. Open Run/Debug configuration file
  2. Add "args": "9999 7560 ';239.11.2.99;' '' 'GYRO.BRIDGE.>' 6290 ';239.11.2.99;' ''" to whichever configuration
  3. Run the configuration

attach a sample project reproducing the error
attach logs
image
Just taking a screenshot because all I am doing is printing each argument, so no errors.

Current Result

Greater than sign makes the next argument not being registered when running the application.

Edit: Just want to add that this code isn't printing to the terminal

Expected Result

Register the greater sign

Edit: Should print to the terminal

Additional Informations

Image of output

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。