microsoft / microsoft/vscode-java-debug

Unable to use greater than sign in arguments

Ouverte
#1,141 2 commentaires 0 réactions 1 personne assignée Voir sur GitHub

@testforstephen y travaille déjà.

Depuis le 30/3/2022.

ai-triaged bug launch
Langage dominant
TypeScript
Étoiles
591
Forks
429
Merge moyen
1 j 9 h
PR mergées (30 j)
19

Description

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

Guide de contribution

Ouvrir le guide de contribution

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.