microsoft / microsoft/vscode-java-debug
Unable to use greater than sign in arguments
@testforstephen ya está trabajando en esto.
Desde el 30/3/2022.
- Lenguaje dominante
- TypeScript
- Estrellas
- 591
- Forks
- 429
- Merge medio
- 1 d 9 h
- PR fusionados (30 d)
- 19
Descripción
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
- Open Run/Debug configuration file
- Add
"args": "9999 7560 ';239.11.2.99;' '' 'GYRO.BRIDGE.>' 6290 ';239.11.2.99;' ''"to whichever configuration - Run the configuration
attach a sample project reproducing the error
attach logs

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

Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.