Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

set tab width for listings #105

Closed
AllTradesz opened this issue Sep 8, 2021 · 1 comment
Closed

set tab width for listings #105

AllTradesz opened this issue Sep 8, 2021 · 1 comment

Comments

@AllTradesz
Copy link

Hello. Is there any way to have the debugger show tabs with something other than the standard 8 spaces? Would make for much more readable listings for me 👍

@jkrems
Copy link
Collaborator

jkrems commented Jan 31, 2022

Since the debugger prints to the terminal, this is likely more a terminal feature than a debugger feature. You can potentially change the tab width for interactive shells using tabs: https://askubuntu.com/questions/63424/how-to-change-tab-width-in-terminal-in-ubuntu-10-04

If anybody wants to send a pull request to add a special option (environment variable maybe?), the code for node-inspect has been moved to the main nodejs/node repository.

@jkrems jkrems closed this as completed Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants