Debugger UI skeleton.
This commit is contained in:
15
src/Xenia.Debug/Breakpoint.cs
Normal file
15
src/Xenia.Debug/Breakpoint.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Xenia.Debug.Utilities;
|
||||
|
||||
namespace Xenia.Debug {
|
||||
public class Breakpoint : Changeable {
|
||||
// type code/data/kernel
|
||||
// address+[end address]
|
||||
// conditions? script?
|
||||
// action (suspend, trace, etc)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user