mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 14:55:47 +03:00
[PR #11] [MERGED] Refactor debug #46
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/rmmagent/pull/11
Author: @redanthrax
Created: 6/16/2022
Status: ✅ Merged
Merged: 6/16/2022
Merged by: @wh1te909
Base:
master← Head:RefactorDebug📝 Commits (10+)
ecddc2frefactord1df98adebug and vscode debug launch6457ad2refactor7457bf0testing for install - in progress7c46970testing setup5c55931remote testargs locald7936a0add testargs to gitignore89669afadded testargs exampledfe2881added vscode settings for testing30123bcupdates for testing and windows📊 Changes
19 files changed (+244 additions, -20 deletions)
View changed files
📝
.gitignore(+2 -0)➕
.vscode/launch.json(+18 -0)📝
README.md(+12 -0)📝
agent/agent.go(+6 -6)📝
agent/agent_linux.go(+4 -3)➕
agent/agent_linux_test.go(+45 -0)➕
agent/agent_test.go(+20 -0)📝
agent/agent_windows.go(+11 -1)📝
agent/install.go(+11 -4)📝
agent/install_linux.go(+8 -6)➕
agent/install_test.go(+43 -0)📝
agent/install_windows.go(+11 -0)📝
agent/rpc.go(+4 -0)➕
agent/rpc_test.go(+10 -0)➕
agent/testargs.json.example(+19 -0)➕
shared/debug.go(+5 -0)➕
shared/nodebug.go(+5 -0)➕
shared/notest.go(+5 -0)➕
shared/test.go(+5 -0)📄 Description
Added vscode testing and debugging
tested in arch linux and windows 11
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.