JuliaDebug / JuliaDebug/Debugger.jl

Feature request: fr without types

Open
#396 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
514
Forks
50
Avg merge
9d 9h
Merged PRs (30d)
1

Description

Often, it is helpful or even necessary to see the types of the variables in the current frame. However, there are certainly situations when I know the types and they are of no interest. Parametric types can become very long, which then are unnecessary clutter in the fr display. I would request a possibility to display the variables in the current frame just with their values (and then, why not also an option that just displays the types?). Maybe frv for values-only and frt for types-only could be the commands.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by finding the existing fr command implementation and how debugger commands are parsed. Determine how frv should show only current-frame variable values and how frt should show only their types, then verify that the existing fr behavior remains unchanged. Done means the new commands work in the current-frame display and their output avoids the unwanted information.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
cli, devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.