You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The design of option delivering via environmental variable is good if the number of options to deliver is small. But now, it would be better to use configuration file on delivering options, as heaptrace will add ignore option #28 and signal option #33, and something unknown options in the future.
It could be possible to include the contents of ignore.txt in this configuration file for ignore option implementation.
So I suggest configure file format, default name and location. like followings:
File format: JSON
Default location: current location
Default name: .heaptrace.config
Setting configuration file option should be given or delivered via environmental variable. The usage will be:
I think this change could help users to set options more conveniently. User only need to set configuration file and locate it on the default location or give the location with --config option.
The text was updated successfully, but these errors were encountered:
The design of option delivering via environmental variable is good if the number of options to deliver is small. But now, it would be better to use configuration file on delivering options, as heaptrace will add
ignore
option #28 andsignal
option #33, and something unknown options in the future.It could be possible to include the contents of
ignore.txt
in this configuration file forignore
option implementation.So I suggest configure file format, default name and location. like followings:
.heaptrace.config
Setting configuration file option should be given or delivered via environmental variable. The usage will be:
and
Configuration file example:
I think this change could help users to set options more conveniently. User only need to set configuration file and locate it on the default location or give the location with
--config
option.The text was updated successfully, but these errors were encountered: