[PR #11] [MERGED] Refactor debug #107

Closed
opened 2026-03-14 01:38:42 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: RefactorDebug


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/rmmagent/pull/11 **Author:** [@redanthrax](https://github.com/redanthrax) **Created:** 6/16/2022 **Status:** ✅ Merged **Merged:** 6/16/2022 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `master` ← **Head:** `RefactorDebug` --- ### 📝 Commits (10+) - [`ecddc2f`](https://github.com/amidaware/rmmagent/commit/ecddc2fe2163c76d6d77aa2340d5815a7d5536d0) refactor - [`d1df98a`](https://github.com/amidaware/rmmagent/commit/d1df98ad3e58cd8868222002554173b7c366cc71) debug and vscode debug launch - [`6457ad2`](https://github.com/amidaware/rmmagent/commit/6457ad290fb550bfe919f1f652439221c7758f63) refactor - [`7457bf0`](https://github.com/amidaware/rmmagent/commit/7457bf0b935419132a715328ee290fc2766810f0) testing for install - in progress - [`7c46970`](https://github.com/amidaware/rmmagent/commit/7c46970b67a133a23fd3a81299478369657068ba) testing setup - [`5c55931`](https://github.com/amidaware/rmmagent/commit/5c559318a7dcfaa1472828260bdd74e485123d66) remote testargs local - [`d7936a0`](https://github.com/amidaware/rmmagent/commit/d7936a0e96ab3ec0f1282ffe7b3928bc9104d4d3) add testargs to gitignore - [`89669af`](https://github.com/amidaware/rmmagent/commit/89669af3aed0699698475458e7563b0cffaaaed8) added testargs example - [`dfe2881`](https://github.com/amidaware/rmmagent/commit/dfe2881cd57bafc2f536426aaea5d0511e7c1aab) added vscode settings for testing - [`30123bc`](https://github.com/amidaware/rmmagent/commit/30123bc023e195bf2bbd4102b5414f045d27897b) updates for testing and windows ### 📊 Changes **19 files changed** (+244 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Added vscode testing and debugging tested in arch linux and windows 11 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 01:38:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rmmagent#107
No description provided.