Commit Graph

15 Commits

Author SHA1 Message Date
Krzosa Karol
3acca1409a Remove build system, add search for remedy file, remove all in one
Cleaning up the plugin a bit, seems like going the build system
route was not worth it. Minimal gains, a lot of additional mental overhead.
As much as I love sublime the plugin api is not great for more complicated
things.

Instead by default plugin seeks for a nearby remedy file, hopefully this
will help a bit.
2024-01-25 11:39:50 +01:00
Krzosa Karol
720498a28e Small cleanup, better readme 2024-01-25 10:11:06 +01:00
Krzosa Karol
1ee4f8ce39 Set working directory when launching executable 2023-02-02 09:57:17 +01:00
Krzosa Karol
2376c4bf29 Fix error on breakpoint setting 2023-01-31 16:36:09 +01:00
Krzosa Karol
2fece617b5 Improve build system, stop debugger command on build, save on build 2023-01-30 11:42:04 +01:00
Krzosa Karol
1c2bf462ce Fix querying remedy executable 2023-01-25 08:15:33 +01:00
Krzosa Karol
a0e25a9b2b Piping the debug output to sublime console 2023-01-23 22:54:54 +01:00
Krzosa Karol
cebdee1c14 Add conditional breakpoint, fix typo in settings file 2023-01-23 22:23:25 +01:00
Krzosa Karol
3e19ef8af8 Work on toggling breakpoints, handling remove breakpoint messages from the debugger 2023-01-23 18:48:30 +01:00
Krzosa Karol
2d79bcf786 Toggle breakpoints, command dispatch refactor 2023-01-23 18:08:48 +01:00
Krzosa Karol
af1e05aab1 Remove print statement 2023-01-23 12:51:04 +01:00
Krzosa Karol
cff88988e2 Update the vcvarsall situation, build before debugging, update readme 2023-01-23 12:33:13 +01:00
Krzosa Karol
63dcf9bedc Add start_debugging / resume_execution 2023-01-22 19:35:51 +01:00
Krzosa Karol
7ae4d1405b Add additional commands, Add readme 2023-01-22 11:57:04 +01:00
Krzosa Karol
6ffb2aed80 Init repository 2023-01-22 10:31:55 +01:00