Skip to content

Note that zsh requires -agentlib to be quoted #67

@DavidWhitlock

Description

@DavidWhitlock

A student notes the following

I am also working on project five and if anybody is trying to run the debugger on the client with zsh it treats the * in java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=:5004 -jar target/airline-client.jar localhost 8080 doe “a deer, a female deer” as a wildcard but it you put quotes around it java “-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=:5004" -jar target/airline-client.jar localhost 8080 doe “a deer, a female deer” it will work.

I should update the README to reflect that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions